Click or drag to resize

HOGDescriptor Constructor (String)

Construct from a file containing HOGDescriptor properties and coefficients for the linear SVM classifier.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public HOGDescriptor(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name containing HOGDescriptor properties and coefficients for the linear SVM classifier.
See Also