How can I get features by extracthogfeatures function?
古いコメントを表示
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 件のコメント
KSSV
2017 年 6 月 5 日
You should attach the image on which you tried this function.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!