Table of Contents

Method Load

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Load(string)

Loads a classifier from a file.

public bool Load(string fileName)

Parameters

fileName string

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.

Returns

bool