detectRegions (cv.MSER) - MATLAB File Help |
Maximally stable extremal region extractor
[msers, bboxes] = obj.detectRegions(img)
{[x,y; x,y; ..], [x,y; x,y; ..], ..}
.[x,y,width,height; ...]
.Runs the extractor on the specified image; returns the MSER regions, each encoded as a contour (see cv.findContours).
Access | public |
Sealed | false |
Static | false |