http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Update the BG code book model
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvBGCodeBookUpdate( IntPtr model, IntPtr image, Rectangle roi, IntPtr mask ) |
Visual Basic |
---|
Public Shared Sub cvBGCodeBookUpdate ( _ model As IntPtr, _ image As IntPtr, _ roi As Rectangle, _ mask As IntPtr _ ) |
Visual C++ |
---|
public: static void cvBGCodeBookUpdate( IntPtr model, IntPtr image, Rectangle roi, IntPtr mask ) |
Parameters
- model
- Type: System..::..IntPtr
Pointer to the BGCodeBookModel
- image
- Type: System..::..IntPtr
The image for update
- roi
- Type: System.Drawing..::..Rectangle
The update roi, use Rectangle.Empty for the whole image
- mask
- Type: System..::..IntPtr
Can be IntPtr.Zero if not needed. The update mask.