How does grid extracts feature descriptors in the Bag of Visual Words?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Zeynab Mousavikhamene
le 23 Fév 2020
Commenté : Zeynab Mousavikhamene
le 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 commentaires
Réponse acceptée
Jalaj Gambhir
le 27 Fév 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).
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Feature Detection and Extraction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!