|  | EMLoad Method  | 
 
            Loads and creates a serialized model from a file.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic static EM Load(
	string filePath
)
Public Shared Function Load ( 
	filePath As String
) As EM
public:
static EM^ Load(
	String^ filePath
)
static member Load : 
        filePath : string -> EM 
Parameters
- filePath
- Type: SystemString
 [Missing <param name="filePath"/> documentation for "M:OpenCvSharp.EM.Load(System.String)"] 
Return Value
Type: 
EM[Missing <returns> documentation for "M:OpenCvSharp.EM.Load(System.String)"]
 See Also
See Also