Click or drag to resize

CudaCascadeClassifier Constructor (FileStorage)

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

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public CudaCascadeClassifier(
	FileStorage fs
)

Parameters

fs
Type: Emgu.CVFileStorage
The file storage to create the classifier from
See Also