boundingRect      480 modules/core/include/opencv2/core/types.hpp     Rect boundingRect() const;
boundingRect       32 modules/core/misc/java/test/RotatedRectTest.java         Rect r = rr.boundingRect();
boundingRect     3058 modules/highgui/src/window_QT.cpp     QRect qrect = metrics.boundingRect(0, 0, width() - 2*border, int(height()*0.125),
boundingRect     3459 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W Rect boundingRect( InputArray points );
boundingRect      211 modules/imgproc/misc/java/test/ImgprocTest.java         Rect bbox = Imgproc.boundingRect(points);
boundingRect      111 modules/imgproc/test/test_boundingrect.cpp         cv::Rect rect[2] = { boundingRect(src), boundingRect(Mat(src)) };
boundingRect       80 modules/video/src/compat_video.cpp         cv::Rect roi = rr.boundingRect() & cv::Rect(0, 0, img.cols, img.rows);
boundingRect     1461 modules/video/src/lkpyramid.cpp     Rect brect = boundingRect(pB);
boundingRect      181 samples/cpp/select3dobj.cpp     Rect roi = boundingRect(Mat(hull)) & Rect(Point(), frame.size());
boundingRect       71 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp        boundRect[i] = boundingRect( Mat(contours_poly[i]) );