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