Click or drag to resize

HOGDescriptorLoad Method

loads HOGDescriptor parameters and coefficients for the linear SVM classifier from a file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual bool Load(
	string fileName,
	string objName = null
)

Parameters

fileName
Type: SystemString
Path of the file to read.
objName (Optional)
Type: SystemString
The optional name of the node to read (if empty, the first top-level node will be used).

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.HOGDescriptor.Load(System.String,System.String)"]

See Also