Get the foreground mask

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Image<Gray, byte> ForgroundMask { get; }
Public ReadOnly Property ForgroundMask As Image(Of Gray, Byte)
	Get
public:
property Image<Gray, unsigned char>^ ForgroundMask {
	Image<Gray, unsigned char>^ get ();
}

Return Value

The foreground mask

See Also