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
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