multiscale MSER feature extraction?

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.

 Respuesta aceptada

Dima Lisin
Dima Lisin el 22 de En. de 2016

0 votos

Use the detectMSERFeatures function.

2 comentarios

artemoila
artemoila el 22 de En. de 2016
Is the RegionAreaRange the option to set the scale?
Dima Lisin
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.

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 22 de En. de 2016

Comentada:

el 22 de En. de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by