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.1.0 (2.0.1.0)

Syntax

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

See Also