Table of Contents

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

fileName string

Path of the file to read.

objName string

The optional name of the node to read (if empty, the first top-level node will be used).

Returns

bool