Click or drag to resize
CascadeClassifier Constructor (String)
http://www.emgu.com
Create a CascadeClassifier from the specific file

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public CascadeClassifier(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file that contains the CascadeClassifier
See Also