Table of Contents

Class ERFilterNM2

Namespace
Emgu.CV.Text
Assembly
Emgu.CV.dll

Extremal Region Filter for the 2nd stage classifier of N&M algorithm

public class ERFilterNM2 : ERFilter, IDisposable
Inheritance
ERFilterNM2
Implements
Inherited Members

Constructors

ERFilterNM2(string, float)

Create an Extremal Region Filter for the 2nd stage classifier of N&M algorithm

public ERFilterNM2(string classifierFileName, float minProbability = 0.3)

Parameters

classifierFileName string

The file name of the classifier

minProbability float

The minimum probability P(er|character) allowed for retreived ER’s.