How can I get features by extracthogfeatures function?
Mostra commenti meno recenti
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 Commento
KSSV
il 5 Giu 2017
You should attach the image on which you tried this function.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Computer Vision Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!