Update the FGDetector with new image

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

Syntax

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

Parameters

detector
Type: System..::.IntPtr
The forground detector
image
Type: System..::.IntPtr
The image which will be used to update the FGDetector

See Also