Release the ANN_MLP model

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

Syntax

C#
public static void CvANN_MLPRelease(
	IntPtr model
)
Visual Basic (Declaration)
Public Shared Sub CvANN_MLPRelease ( _
	model As IntPtr _
)
Visual C++
public:
static void CvANN_MLPRelease(
	IntPtr model
)

Parameters

model
Type: System..::.IntPtr
The ANN_MLP model to be released

See Also