multiscale MSER feature extraction?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
artemoila
el 22 de En. de 2016
Comentada: Dima Lisin
el 22 de En. de 2016
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 comentarios
Respuesta aceptada
Dima Lisin
el 22 de En. de 2016
Use the detectMSERFeatures function.
2 comentarios
Dima Lisin
el 22 de En. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision with Simulink en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!