How does grid extracts feature descriptors in the Bag of Visual Words?
3 views (last 30 days)
Show older comments
Zeynab Mousavikhamene
on 23 Feb 2020
Commented: Zeynab Mousavikhamene
on 27 Mar 2020
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 Comments
Accepted Answer
Jalaj Gambhir
on 27 Feb 2020
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).
More Answers (0)
See Also
Categories
Find more on Feature Detection and Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!