| CascadeClassifier Constructor (String) |
Loads a classifier from a file.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public CascadeClassifier(
string fileName
)
Public Sub New (
fileName As String
)
public:
CascadeClassifier(
String^ fileName
)
new :
fileName : string -> CascadeClassifier
Parameters
- fileName
- Type: SystemString
Name of the file from which the classifier is loaded.
See Also