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(Emgu.CV.Structure.MCvBGCodeBookModel@,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( ref MCvBGCodeBookModel model, IntPtr image, IntPtr fgmask, Rectangle roi ) |
Visual Basic |
---|
Public Shared Function cvBGCodeBookDiff ( _ ByRef model As MCvBGCodeBookModel, _ image As IntPtr, _ fgmask As IntPtr, _ roi As Rectangle _ ) As Integer |
Visual C++ |
---|
public: static int cvBGCodeBookDiff( MCvBGCodeBookModel% model, IntPtr image, IntPtr fgmask, Rectangle roi ) |
Parameters
- model
- Type: Emgu.CV.Structure..::..MCvBGCodeBookModel%
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(Emgu.CV.Structure.MCvBGCodeBookModel@,System.IntPtr,System.IntPtr,System.Drawing.Rectangle)"]