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.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Image<Gray, float> SegmentMask { get; }
Public ReadOnly Property SegmentMask As Image(Of Gray, Single)
	Get
public:
property Image<Gray, float>^ SegmentMask {
	Image<Gray, float>^ get ();
}

See Also