How can I get features by extracthogfeatures function?
Afficher commentaires plus anciens
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 commentaire
KSSV
le 5 Juin 2017
You should attach the image on which you tried this function.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Computer Vision Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!