fixes for latest changes in opencv3.0 api

fixes for latest changes in opencv3.0 api

waitKey() normalization

fixed mser bindings
This commit is contained in:
berak
2015-01-01 10:30:44 +01:00
parent fd2d800c06
commit fd60e98c5b
15 changed files with 29 additions and 28 deletions

View File

@@ -337,7 +337,7 @@ public:
double _min_margin=0.003, int _edge_blur_size=5 );
CV_WRAP virtual void detectRegions( InputArray image,
std::vector<std::vector<Point> >& msers,
CV_OUT std::vector<std::vector<Point> >& msers,
std::vector<Rect>& bboxes ) = 0;
CV_WRAP virtual void setDelta(int delta) = 0;