CascadeClassifier Constructor (String) |
http://www.emgu.com Create a CascadeClassifier from the specific file
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic CascadeClassifier(
string fileName
)
Public Sub New (
fileName As String
)
public:
CascadeClassifier(
String^ fileName
)
new :
fileName : string -> CascadeClassifier
Parameters
- fileName
- Type: SystemString
The name of the file that contains the CascadeClassifier
See Also