Get the forground mask from the forground detector

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

Syntax

C#
public static IntPtr CvFGDetectorGetMask(
	IntPtr detector
)
Visual Basic (Declaration)
Public Shared Function CvFGDetectorGetMask ( _
	detector As IntPtr _
) As IntPtr
Visual C++
public:
static IntPtr CvFGDetectorGetMask(
	IntPtr detector
)

Parameters

detector
Type: System..::.IntPtr
The forground detector

Return Value

The forground mask

See Also