Emgu CV Library Documentation
Foreground Property
NamespacesEmgu.CVBackgroundStatisticsModelForeground

www.emgu.com/wiki
Get a copy of the mask for the current forground
Declaration Syntax
C#Visual BasicVisual C++
public Image<Gray, byte> Foreground { get; }
Public ReadOnly Property Foreground As Image(Of Gray, Byte)
public:
property Image<Gray^, unsigned char>^ Foreground {
	Image<Gray^, unsigned char>^ get ();
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)