Update the FGDetector with new image

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void CvFGDetectorProcess(
	IntPtr detector,
	IntPtr image
)
Public Shared Sub CvFGDetectorProcess ( _
	detector As IntPtr, _
	image As IntPtr _
)
public:
static void CvFGDetectorProcess(
	IntPtr detector, 
	IntPtr image
)

Parameters

detector
IntPtr
The forground detector
image
IntPtr
The image which will be used to update the FGDetector

See Also