|
HaarCascadeWriter Constructor (String)
|
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public HaarCascadeWriter(
string destinationFileName
)
Public Sub New (
destinationFileName As String
)
Request Example
View SourceParameters
- destinationFileName
- Type: SystemString
The path of the file that should be written.
See Also