http://www.emgu.com Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookDiff(System.IntPtr,System.IntPtr,System.IntPtr,System.Drawing.Rectangle)"]
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static int cvBGCodeBookDiff( IntPtr model, IntPtr image, IntPtr fgmask, Rectangle roi ) |
Visual Basic |
---|
Public Shared Function cvBGCodeBookDiff ( _ model As IntPtr, _ image As IntPtr, _ fgmask As IntPtr, _ roi As Rectangle _ ) As Integer |
Visual C++ |
---|
public: static int cvBGCodeBookDiff( IntPtr model, IntPtr image, IntPtr fgmask, Rectangle roi ) |
Parameters
- model
- Type: System..::..IntPtr
Pointer to the BGCodeBookModel
- image
- Type: System..::..IntPtr
The image to find diff
- fgmask
- Type: System..::..IntPtr
The returned foreground mask
- roi
- Type: System.Drawing..::..Rectangle
The region of interest for the diff. Use Rectangle.Empty for the whole image
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookDiff(System.IntPtr,System.IntPtr,System.IntPtr,System.Drawing.Rectangle)"]