| 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
)
Public Sub New (
fileName As String
)
public:
HOGDescriptor(
String^ fileName
)
new :
fileName : string -> HOGDescriptor
Parameters
- fileName
- Type: SystemString
The file name containing HOGDescriptor properties and coefficients for the linear SVM classifier.
See Also