[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.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static int cvBGCodeBookDiff( IntPtr model, IntPtr image, IntPtr fgmask, Rectangle roi ) |
Visual Basic (Declaration) |
---|
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 forground 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)"]