Click or drag to resize
Accord.NET (logo)

HaarCascadeWriter Constructor (String)

Constructs a new HaarCascadeWriter class.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public HaarCascadeWriter(
	string destinationFileName
)
Request Example View Source

Parameters

destinationFileName
Type: SystemString
The path of the file that should be written.
See Also