Click or drag to resize

EMLoad Method

Loads and creates a serialized model from a file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static EM Load(
	string filePath
)

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