multiscale MSER feature extraction?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I extract multiscale MSER features from an image? In the help it says that it is possible but I don't see how to implement it.
0 commentaires
Réponse acceptée
Dima Lisin
le 22 Jan 2016
Use the detectMSERFeatures function.
2 commentaires
Dima Lisin
le 22 Jan 2016
MSER is different from interest point detectors like SURF or Harris. It does not detect local maxima of some function over multiple scales. It detects regions of pixels with similar intensities. You can control the range of sizes of those regions using RegionAreaRange.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!