/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 66 circle = cv2.HoughCircles(gray, cv2.cv.CV_HOUGH_GRADIENT, 69 circle = cv2.HoughCircles(gray, cv2.HOUGH_GRADIENT, 72 circle = None 74 assert circle is not None, 'No circle found!' 75 return circle 123 circle = {} 177 circle[i] = find_circle(cv2.cvtColor(img, cv2.COLOR_BGR2GRAY), 186 np.array([circle[i][0], 187 circle[i][1], 1])) * chart_distance * 1.0E-2 203 err_0 = np.linalg.norm(estimated_0 - circle[ids[0]][:2]) [all …]
|
D | test_aspect_ratio_and_crop.py | 567 cv2.circle(img, (circle_ctx, circle_cty), line_width*2, (255, 0, 0), -1) 574 cv2.circle(img, (size[1]/2, size[0]/2), line_width*2, (255, 0, 0), -1)
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PathMeasureTest.java | 102 Path circle = new Path(); in testIsClosed() local 103 circle.addCircle(0, 0, 1, Direction.CW); in testIsClosed() 105 PathMeasure measure = new PathMeasure(circle, false); in testIsClosed() 107 measure.setPath(circle, true); in testIsClosed()
|
/cts/apps/CameraITS/tests/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 456 for circle in largest_cluster: 457 cv2.circle(frame, (int(circle.x), int(circle.y)), int(circle.r), 616 for circle in circles[1:]: 617 if not x_intersects(circle, last_circle): 618 last_circle = circle
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimationActivity.java | 243 OvalShape circle = new OvalShape(); in addBall() local 244 circle.resize(x, y); in addBall() 245 ShapeDrawable drawable = new ShapeDrawable(circle); in addBall()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | VectorDrawableTests.java | 66 mVd = (VectorDrawable) context.getResources().getDrawable(R.drawable.circle, null); in VectorDrawableView()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AdaptiveIconDrawableTest.java | 197 Path circle = new Path(); in testDrawSetBounds() local 198 …circle.addCircle(width / 2, height / 2, (right - left)/2 -10 /* room for anti-alias */, Direction… in testDrawSetBounds() 200 region.setPath(circle, region); in testDrawSetBounds()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | luts_for_speedup_f32.rsh | 63 // circle of radius r and a horizontal line of height y.
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_sensor_fusion.py | 368 cv2.circle(frame, (x, y), 3, (100, 100, 255), -1)
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |