Click or drag to resize

MSERDetectorDetectRegions Method

http://www.emgu.com
Detect MSER regions

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void DetectRegions(
	IInputArray image,
	VectorOfVectorOfPoint msers,
	VectorOfRect bboxes
)

Parameters

image
Type: Emgu.CVIInputArray
input image (8UC1, 8UC3 or 8UC4, must be greater or equal than 3x3)
msers
Type: Emgu.CV.UtilVectorOfVectorOfPoint
resulting list of point sets
bboxes
Type: Emgu.CV.UtilVectorOfRect
resulting bounding boxes
See Also