Table of Contents

Method Load

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

Load(string)

Loads and creates a serialized svm from a file. Use SVM::save to serialize and store an SVM to disk. Load the SVM from this file again, by calling this function with the path to the file.

public static SVM Load(string filePath)

Parameters

filePath string

Returns

SVM