[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookDiff(System.IntPtr,System.IntPtr,System.IntPtr,System.Drawing.Rectangle)"]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int cvBGCodeBookDiff(
	IntPtr model,
	IntPtr image,
	IntPtr fgmask,
	Rectangle roi
)
Public Shared Function cvBGCodeBookDiff ( _
	model As IntPtr, _
	image As IntPtr, _
	fgmask As IntPtr, _
	roi As Rectangle _
) As Integer
public:
static int cvBGCodeBookDiff(
	IntPtr model, 
	IntPtr image, 
	IntPtr fgmask, 
	Rectangle roi
)

Parameters

model
IntPtr
Pointer to the BGCodeBookModel
image
IntPtr
The image to find diff
fgmask
IntPtr
The returned foreground mask
roi
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)"]

See Also