How does grid extracts feature descriptors in the Bag of Visual Words?
1 回表示 (過去 30 日間)
古いコメントを表示
Zeynab Mousavikhamene
2020 年 2 月 23 日
コメント済み: Zeynab Mousavikhamene
2020 年 3 月 27 日
Accroding to here:
If you choose to grid for extracting features from images, how does that work? Apparently it does different than feature detection which is based on speeded up robust features (or SURF).
0 件のコメント
採用された回答
Jalaj Gambhir
2020 年 2 月 27 日
Hi,
'grid' algorithm is a Point Selection Method which is the followed by the step of Feature Extraction from the selected points (grids). You can read more about it here ('PointSelection' section and the following 'GridStep' section).
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!