MATLAB: Multiscale MSER feature extraction

computer visionComputer Vision Toolboxfeature extractionimage classificationmsermultiscale

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.

Best Answer

Use the detectMSERFeatures function.
Related Question