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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CascadeClassifier(
	string fileName
)

Parameters

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