Click or drag to resize

MotionHistoryGetMotionComponents Method

http://www.emgu.com
Get a sequence of motion component

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void GetMotionComponents(
	IOutputArray segMask,
	VectorOfRect boundingRects
)

Parameters

segMask
Type: Emgu.CVIOutputArray
The output mask of motion components
boundingRects
Type: Emgu.CV.UtilVectorOfRect
The bounding rectangles of the motion components
See Also