Get the forground mask. Do not dispose this image.

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

Syntax

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

Implements

IBGFGDetector<(Of <(TColor>)>)..::.ForgroundMask

See Also