Get the mask of the background

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

Syntax

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

See Also