CascadeClassifierLoad Method 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 bool Load(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file from which the classifier is loaded. The file may contain an old HAAR classifier trained by the haartraining application or a new cascade classifier trained by the traincascade application.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.CascadeClassifier.Load(System.String)"]

See Also

Reference