Click or drag to resize
MotionHistoryGetMotionComponents Method
http://www.emgu.com
Get a sequence of motion component

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

Parameters

segMask
Type: Emgu.CVIOutputArray

[Missing <param name="segMask"/> documentation for "M:Emgu.CV.MotionHistory.GetMotionComponents(Emgu.CV.IOutputArray,Emgu.CV.Util.VectorOfRect)"]

boundingRects
Type: Emgu.CV.UtilVectorOfRect

[Missing <param name="boundingRects"/> documentation for "M:Emgu.CV.MotionHistory.GetMotionComponents(Emgu.CV.IOutputArray,Emgu.CV.Util.VectorOfRect)"]

Return Value

Type: 
A sequence of motion components
See Also