Add segmentation and object tracking python tests

This commit is contained in:
Vladislav Sovrasov
2016-02-12 15:55:06 +03:00
parent 0c6e09f060
commit e4fed417d2
10 changed files with 627 additions and 27 deletions

View File

@@ -361,7 +361,7 @@ public:
*/
CV_WRAP virtual void detectRegions( InputArray image,
CV_OUT std::vector<std::vector<Point> >& msers,
std::vector<Rect>& bboxes ) = 0;
CV_OUT std::vector<Rect>& bboxes ) = 0;
CV_WRAP virtual void setDelta(int delta) = 0;
CV_WRAP virtual int getDelta() const = 0;