Load the statistic model from the specific file

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void StatModelLoad(
	IntPtr statModel,
	string fileName,
	IntPtr name
)
Public Shared Sub StatModelLoad ( _
	statModel As IntPtr, _
	fileName As String, _
	name As IntPtr _
)
public:
static void StatModelLoad(
	IntPtr statModel, 
	String^ fileName, 
	IntPtr name
)

Parameters

statModel
IntPtr
The statistic model to save
fileName
String
The file name to load from
name
IntPtr
Pass IntPtr.Zero

See Also