Click or drag to resize

SVMLoadFromString Method

Loads algorithm from a String.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static SVM LoadFromString(
	string strModel
)

Parameters

strModel
Type: SystemString
The string variable containing the model you want to load.

Return Value

Type: SVM

[Missing <returns> documentation for "M:OpenCvSharp.ML.SVM.LoadFromString(System.String)"]

See Also