made boundingRects argument of segmentMotion CV_OUT
updated documentation
This commit is contained in:
parent
c9d9d1ec92
commit
848fa23a07
@ -322,7 +322,7 @@ Splits a motion history image into a few parts corresponding to separate indepen
|
|||||||
|
|
||||||
.. ocv:function:: void segmentMotion(InputArray mhi, OutputArray segmask, vector<Rect>& boundingRects, double timestamp, double segThresh)
|
.. ocv:function:: void segmentMotion(InputArray mhi, OutputArray segmask, vector<Rect>& boundingRects, double timestamp, double segThresh)
|
||||||
|
|
||||||
.. ocv:pyfunction:: cv2.segmentMotion(mhi, boundingRects, timestamp, segThresh[, segmask]) -> segmask
|
.. ocv:pyfunction:: cv2.segmentMotion(mhi, timestamp, segThresh[, segmask]) -> segmask, boundingRects
|
||||||
|
|
||||||
.. ocv:cfunction:: CvSeq* cvSegmentMotion( const CvArr* mhi, CvArr* segMask, CvMemStorage* storage, double timestamp, double segThresh )
|
.. ocv:cfunction:: CvSeq* cvSegmentMotion( const CvArr* mhi, CvArr* segMask, CvMemStorage* storage, double timestamp, double segThresh )
|
||||||
.. ocv:pyoldfunction:: cv.SegmentMotion(mhi, segMask, storage, timestamp, segThresh)-> None
|
.. ocv:pyoldfunction:: cv.SegmentMotion(mhi, segMask, storage, timestamp, segThresh)-> None
|
||||||
|
@ -259,7 +259,7 @@ CV_EXPORTS_W double calcGlobalOrientation( InputArray orientation, InputArray ma
|
|||||||
double duration );
|
double duration );
|
||||||
|
|
||||||
CV_EXPORTS_W void segmentMotion(InputArray mhi, OutputArray segmask,
|
CV_EXPORTS_W void segmentMotion(InputArray mhi, OutputArray segmask,
|
||||||
vector<Rect>& boundingRects,
|
CV_OUT vector<Rect>& boundingRects,
|
||||||
double timestamp, double segThresh);
|
double timestamp, double segThresh);
|
||||||
|
|
||||||
//! updates the object tracking window using CAMSHIFT algorithm
|
//! updates the object tracking window using CAMSHIFT algorithm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user