HomeSort by relevance Sort by last modified time
    Searched full:boundingrect (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencv3/doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/
bounding_rects_circles.markdown 9 - Use the OpenCV function @ref cv::boundingRect
  /external/opencv3/modules/imgproc/test/
test_boundingrect.cpp 48 #define MESSAGE_ERROR_DIFF "Bounding rectangle found by boundingRect function is incorrect."
111 cv::Rect rect[2] = { boundingRect(src), boundingRect(Mat(src)) };
115 cout << endl; cout << "Checking for the work of boundingRect function..." << endl;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
EarClippingTriangulatorTest.java 226 // final Rectangle boundingRect;
247 // boundingRect = new Rectangle(min.x, min.y, Math.max(0.001f, max.x - min.x), Math.max(0.001f, max.y - min.y));
331 // Gdx.gl10.glScalef(1 / boundingRect.width, 1 / boundingRect.height, 1);
332 // Gdx.gl10.glTranslatef(-boundingRect.x, -boundingRect.y, 0);
  /external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
generalContours_demo1.cpp 71 boundRect[i] = boundingRect( Mat(contours_poly[i]) );
  /external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/
py_contour_properties.markdown 18 x,y,w,h = cv2.boundingRect(cnt)
30 x,y,w,h = cv2.boundingRect(cnt)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/
py_contour_features.markdown 136 rectangle won't be minimum. It is found by the function **cv2.boundingRect()**.
140 x,y,w,h = cv2.boundingRect(cnt)
159 ![image](images/boundingrect.png)
  /external/chromium-trace/catapult/tracing/tracing/model/
location.html 82 // the boundingRect's top of containing track.
  /external/opencv3/modules/core/misc/java/src/java/
core+RotatedRect.java 66 public Rect boundingRect()
  /external/opencv3/samples/python2/
digits_video.py 48 x, y, w, h = cv2.boundingRect(cnt)
asift.py 51 x, y, w, h = cv2.boundingRect(tcorners.reshape(1,-1,2))
  /external/chromium-trace/catapult/tracing/tracing/base/
quad.html 93 boundingRect: function() {
127 var bounds = this.boundingRect();
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/paper-ripple/
paper-ripple.html 171 this.width = this.boundingRect.width;
172 this.height = this.boundingRect.height;
178 get boundingRect () {
393 event.detail.x - this.containerMetrics.boundingRect.left :
396 event.detail.y - this.containerMetrics.boundingRect.top :
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-slider.html 276 var boundingRect = this.$.revisions_container.getBoundingClientRect();
278 var posX = event.pageX - boundingRect.left - plotOffset.left;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_numpy_impl.py 129 return cv2.boundingRect(contour), count
  /external/opencv3/modules/core/misc/java/test/
RotatedRectTest.java 32 Rect r = rr.boundingRect();
  /external/opencv3/modules/video/src/
compat_video.cpp 80 cv::Rect roi = rr.boundingRect() & cv::Rect(0, 0, img.cols, img.rows);
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /external/opencv3/samples/cpp/
select3dobj.cpp 181 Rect roi = boundingRect(Mat(hull)) & Rect(Point(), frame.size());
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 698 cv::Rect cv::boundingRect(InputArray array)
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 71 orientation. The next position of the search window can be obtained with RotatedRect::boundingRect()
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 538 @see cv::boundingRect
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 447 Rect brect = rRect.boundingRect();
480 Rect boundingRect() const;
    [all...]

Completed in 927 milliseconds

1 2