HomeSort by relevance Sort by last modified time
    Searched refs:boundingRect (Results 1 - 23 of 23) sorted by null

  /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/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
generalContours_demo1.cpp 71 boundRect[i] = boundingRect( Mat(contours_poly[i]) );
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /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))
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /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);
lkpyramid.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /external/opencv3/samples/cpp/
select3dobj.cpp 181 Rect roi = boundingRect(Mat(hull)) & Rect(Point(), frame.size());
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 698 cv::Rect cv::boundingRect(InputArray array)
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 447 Rect brect = rRect.boundingRect();
480 Rect boundingRect() const;
    [all...]
  /external/opencv3/modules/highgui/src/
window_QT.cpp     [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 211 Rect bbox = Imgproc.boundingRect(points);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
imgproc.cpp     [all...]
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]

Completed in 773 milliseconds