|
HaarCascadeFromXml Method (String)
|
Loads a HaarCascade from a OpenCV-compatible XML file.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public static HaarCascade FromXml(
string path
)
Public Shared Function FromXml (
path As String
) As HaarCascade
Request Example
View SourceParameters
- path
- Type: SystemString
The file path for the xml definition of the classifier to be loaded.
Return Value
Type:
HaarCascadeThe HaarCascadeClassifier loaded from the file.
See Also