Create a BG code book model

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr cvCreateBGCodeBookModel()
Public Shared Function cvCreateBGCodeBookModel As IntPtr
public:
static IntPtr cvCreateBGCodeBookModel()

Return Value

Poionter to BG code book model

See Also