Method Load
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Load(string, string?)
loads HOGDescriptor parameters and coefficients for the linear SVM classifier from a file.
public virtual bool Load(string fileName, string? objName = null)
Parameters
fileNamestringPath of the file to read.
objNamestringThe optional name of the node to read (if empty, the first top-level node will be used).