Click or drag to resize
ERFilterNM2 Constructor
http://www.emgu.com
Create an Extremal Region Filter for the 2nd stage classifier of N&M algorithm

Namespace: Emgu.CV.Text
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ERFilterNM2(
	string classifierFileName,
	float minProbability = 0.3f
)

Parameters

classifierFileName
Type: SystemString
The file name of the classifier
minProbability (Optional)
Type: SystemSingle
The minimum probability P(er|character) allowed for retreived ER’s.
See Also