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: 4.1.0.3408 (4.1.0.3408)
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