Click or drag to resize

MSERDetectRegions Method

Detect MSER regions

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void DetectRegions(
	InputArray image,
	out Point[][] msers,
	out Rect[] bboxes
)

Parameters

image
Type: OpenCvSharpInputArray
input image (8UC1, 8UC3 or 8UC4, must be greater or equal than 3x3)
msers
Type: OpenCvSharpPoint
resulting list of point sets
bboxes
Type: OpenCvSharpRect
resulting bounding boxes
See Also