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

Get the mask of the forground

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++ 
Image<Gray, byte> ForgroundMask { get; }
ReadOnly Property ForgroundMask As Image(Of Gray, Byte)
property Image<Gray, unsigned char>^ ForgroundMask {
	Image<Gray, unsigned char>^ get ();
}

See Also