Click or drag to resize

CascadeClassifierLoad Method

Loads a classifier from a file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.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.CascadeClassifier.Load(System.String)"]

See Also