How can I get features by extracthogfeatures function?
Show older comments
I used following code to extract HOG feature from an image, but it returns nothing.
[featureVector,hogVisualization] = extractHOGFeatures(I,'BlockSize',[16 16],'BlockOverlap',[8 8]);
The image size is 32*32 and the featureVector is an empty matrix.
1 Comment
KSSV
on 5 Jun 2017
You should attach the image on which you tried this function.
Accepted Answer
More Answers (0)
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!