Loads and creates a serialized model from a file.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
OpenCvSharp.EM.Load = function(filePath);
Parameters
- filePath
- Type: System.String
Return Value
Type:
EM
See Also