MotionHistoryGetMotionComponents Method |
http://www.emgu.com
Get a sequence of motion component
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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
[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