Get the forground mask from the forground detector

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 IntPtr CvFGDetectorGetMask(
	IntPtr detector
)
Public Shared Function CvFGDetectorGetMask ( _
	detector As IntPtr _
) As IntPtr
public:
static IntPtr CvFGDetectorGetMask(
	IntPtr detector
)

Parameters

detector
IntPtr
The forground detector

Return Value

The forground mask

See Also