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

The Motion Segment Mask. Same as the seg_mask in cvSegmentMotion function Do not dispose this image.

Namespace:  Emgu.CV
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, float> SegmentMask { get; }
Public ReadOnly Property SegmentMask As Image(Of Gray, Single)
public:
property Image<Gray, float>^ SegmentMask {
	Image<Gray, float>^ get ();
}

See Also