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.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
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