How does grid extracts feature descriptors in the Bag of Visual Words?
3 次查看(过去 30 天)
显示 更早的评论
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!