|  | EMLoadFromString Method  | 
 
            Loads algorithm from a String.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic static EM LoadFromString(
	string strModel
)
Public Shared Function LoadFromString ( 
	strModel As String
) As EM
public:
static EM^ LoadFromString(
	String^ strModel
)
static member LoadFromString : 
        strModel : string -> EM 
Parameters
- strModel
- Type: SystemString
 he string variable containing the model you want to load.
Return Value
Type: 
EM[Missing <returns> documentation for "M:OpenCvSharp.EM.LoadFromString(System.String)"]
 See Also
See Also