Click or drag to resize
CudaCascadeClassifier Constructor
http://www.emgu.com
Create a Cuda cascade classifier using the specific file

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaCascadeClassifier(
	string fileName
)

Parameters

fileName
Type: SystemString
The file to create the classifier from
See Also