Read several images with HOG features

Hey!
I would like to know, how to read several images and at the same time I want to extract features from those images and save these features. The features are used from HOG function Here.
For example, let's say I have 5 images, I wanna extract features for them and save these features so I got a vector of 5*81. 1*81 is the HOG descriptor for one image.
Thank you

3 Comments

(HOG is "Histogram of Oriented Gradients")
yes it is. But my question is how to read the images and save the extracted features from them
Loop over the files using the techniques from the FAQ I referenced.

Sign in to comment.

Asked:

on 28 Sep 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!