Click or drag to resize

TextInvokeMSERsToERStats Method

http://www.emgu.com
Converts MSER contours (vector of point) to ERStat regions.

Namespace:  Emgu.CV.Text
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void MSERsToERStats(
	IInputArray image,
	VectorOfVectorOfPoint contours,
	VectorOfVectorOfERStat regions
)

Parameters

image
Type: Emgu.CVIInputArray
Source image CV_8UC1 from which the MSERs where extracted.
contours
Type: Emgu.CV.UtilVectorOfVectorOfPoint
Input vector with all the contours (vector of Point).
regions
Type: Emgu.CV.TextVectorOfVectorOfERStat
Output where the ERStat regions are stored.
See Also