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: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void GetMotionComponents(
IOutputArray segMask,
VectorOfRect boundingRects
)
Public Sub GetMotionComponents (
segMask As IOutputArray,
boundingRects As VectorOfRect
)
public:
void GetMotionComponents(
IOutputArray^ segMask,
VectorOfRect^ boundingRects
)
member GetMotionComponents :
segMask : IOutputArray *
boundingRects : VectorOfRect -> unit
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