multiscale MSER feature extraction?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Dima Lisin
il 22 Gen 2016
Use the detectMSERFeatures function.
2 Commenti
Dima Lisin
il 22 Gen 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!