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.1.0.649 (2.1.0.649)

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