Get a copy of the current background

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> BackgroundMask { get; }
Visual Basic (Declaration)
Public ReadOnly Property BackgroundMask As Image(Of Gray, Byte)
Visual C++
public:
virtual property Image<Gray, unsigned char>^ BackgroundMask {
	Image<Gray, unsigned char>^ get () sealed;
}

Implements

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

See Also