Table of Contents

Method LoadFromString

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

LoadFromString(string)

Loads algorithm from a String.

public static EM LoadFromString(string strModel)

Parameters

strModel string

he string variable containing the model you want to load.

Returns

EM