Get the foreground mask from the foreground detector

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

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 foreground detector

Return Value

The foreground mask

See Also