Release the memory associated with the bayes classifier

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 CvNormalBayesClassifierRelease(
	IntPtr classifier
)
Visual Basic (Declaration)
Public Shared Sub CvNormalBayesClassifierRelease ( _
	classifier As IntPtr _
)
Visual C++
public:
static void CvNormalBayesClassifierRelease(
	IntPtr classifier
)

Parameters

classifier
Type: System..::.IntPtr
The classifier to release

See Also