Click or drag to resize

SVMLoad Method

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.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static SVM Load(
	string filePath
)

Parameters

filePath
Type: SystemString

Return Value

Type: SVM
See Also