Click or drag to resize

CascadeClassifier Constructor (String)

Loads a classifier from a file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public CascadeClassifier(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file from which the classifier is loaded.
See Also