mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge pull request #6025 from sovrasov:new_python_tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user