CascadeClassifier Constructor (String) OpenCvSharp Class Library
Loads a classifier from a file.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CascadeClassifier(
	string fileName
)

Parameters

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

Reference