Read several images with HOG features
Show older comments
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
Walter Roberson
on 28 Sep 2012
(HOG is "Histogram of Oriented Gradients")
saif
on 28 Sep 2012
Walter Roberson
on 29 Sep 2012
Loop over the files using the techniques from the FAQ I referenced.
Answers (1)
Categories
Find more on Text Detection and Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!