Emgu CV Library Documentation
SegmentMask Property
NamespacesEmgu.CVMotionHistorySegmentMask

www.emgu.com/wiki
The Motion Segment Mask. Same as the seg_mask in cvSegmentMotion function Do not dispose this image.
Declaration Syntax
C#Visual BasicVisual C++
public Image<Gray, float> SegmentMask { get; }
Public ReadOnly Property SegmentMask As Image(Of Gray, Single)
public:
property Image<Gray, float>^ SegmentMask {
	Image<Gray, float>^ get ();
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)