Home
last modified time | relevance | path

Searched refs:circle (Results 1 – 10 of 10) sorted by relevance

/cts/apps/CameraITS/tests/scene4/
Dtest_multi_camera_alignment.py66 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 …]
Dtest_aspect_ratio_and_crop.py567 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/
DPathMeasureTest.java102 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/
Dtest_rolling_shutter_skew.py456 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/
DAnimationActivity.java243 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/
DVectorDrawableTests.java66 mVd = (VectorDrawable) context.getResources().getDrawable(R.drawable.circle, null); in VectorDrawableView()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java197 Path circle = new Path(); in testDrawSetBounds() local
198circle.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/
Dluts_for_speedup_f32.rsh63 // circle of radius r and a horizontal line of height y.
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py368 cv2.circle(frame, (x, y), 3, (100, 100, 255), -1)
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...