Click or drag to resize

ANN_MLPLoadFromString Method

Loads algorithm from a String.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static ANN_MLP LoadFromString(
	string strModel
)

Parameters

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

Return Value

Type: ANN_MLP
See Also