Create a 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 IntPtr cvCreateBGCodeBookModel()
Visual Basic (Declaration)
Public Shared Function cvCreateBGCodeBookModel As IntPtr
Visual C++
public:
static IntPtr cvCreateBGCodeBookModel()

Return Value

Poionter to BG code book model

See Also