Click or drag to resize

CascadeClassifier Constructor (String)

Loads a classifier from a file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public CascadeClassifier(
	string fileName
)

Parameters

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