Click or drag to resize

CudaCascadeClassifier Constructor (String)

http://www.emgu.com
Create a Cuda cascade classifier using the specific file

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

Parameters

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