Emgu CV Library Documentation
StatModelClear Method (statModel)
NamespacesEmgu.CV.MLMlInvokeStatModelClear(IntPtr)

www.emgu.com/wiki
Clear the statistic model
Declaration Syntax
C#Visual BasicVisual C++
public static void StatModelClear(
	IntPtr statModel
)
Public Shared Sub StatModelClear ( _
	statModel As IntPtr _
)
public:
static void StatModelClear(
	IntPtr statModel
)
Parameters
statModel (IntPtr)
The model to be cleared

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)