CascadeClassifier Constructor (String) |
http://www.emgu.com Create a CascadeClassifier from the specific file
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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