CvSegmentMotion Method OpenCvSharp Class Library
Segments whole motion into separate moving parts

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvSeq SegmentMotion(
	CvArr mhi,
	CvArr segMask,
	CvMemStorage storage,
	double timestamp,
	double segThresh
)

Parameters

mhi
Type: OpenCvSharpCvArr
Motion history image.
segMask
Type: OpenCvSharpCvArr
Image where the mask found should be stored, single-channel, 32-bit floating-point.
storage
Type: OpenCvSharpCvMemStorage
Memory storage that will contain a sequence of motion connected components.
timestamp
Type: SystemDouble
Current time in milliseconds or other units.
segThresh
Type: SystemDouble
Segmentation threshold; recommended to be equal to the interval between motion history "steps" or greater.

Return Value

Type: CvSeq

[Missing <returns> documentation for "M:OpenCvSharp.Cv.SegmentMotion(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvMemStorage,System.Double,System.Double)"]

See Also

Reference