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
fileNamestringName of the file from which the classifier is loaded.