[This is preliminary documentation and is subject to change.]

Get a copy of the current background

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

Syntax

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

Implements

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

See Also