detectRegions (cv.MSER) - MATLAB File Help
cv.MSER/detectRegions

Maximally stable extremal region extractor

[msers, bboxes] = obj.detectRegions(img)

Input

Output

Runs the extractor on the specified image; returns the MSER regions, each encoded as a contour (see cv.findContours).

See also
Method Details
Access public
Sealed false
Static false