Release the BG code book model

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static void cvReleaseBGCodeBookModel(
	ref IntPtr model
)
Visual Basic (Declaration)
Public Shared Sub cvReleaseBGCodeBookModel ( _
	ByRef model As IntPtr _
)
Visual C++
public:
static void cvReleaseBGCodeBookModel(
	IntPtr% model
)

Parameters

model
Type: System..::.IntPtr %
The BG code book model to be released

See Also