Release the CvBoostParams

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

Parameters

bTreeParam
Type: System..::.IntPtr
Pointer to the boost tree parameters to be released

See Also