Table of Contents

Constructor CascadeClassifier

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CascadeClassifier()

Default constructor

public CascadeClassifier()

CascadeClassifier(string)

Loads a classifier from a file.

public CascadeClassifier(string fileName)

Parameters

fileName string

Name of the file from which the classifier is loaded.