Searched refs:bboxvec (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | mser.cpp | 128 vector<Rect>* bboxvec; member 236 wp.bboxvec->push_back(Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1)); in checkAndCapture() 402 void pass( const Mat& img, vector<vector<Point> >& msers, vector<Rect>& bboxvec, in pass() argument 415 wp.bboxvec = &bboxvec; in pass() 897 vector<Rect>& bboxvec, in extractMSER_8uC3() argument 900 bboxvec.clear(); in extractMSER_8uC3() 1013 bboxvec.push_back(Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1)); in extractMSER_8uC3()
|