/external/opencv3/samples/cpp/ |
D | delaunay2.cpp | 37 line(img, pt[0], pt[1], delaunay_color, 1, LINE_AA, 0); in draw_subdiv() 38 line(img, pt[1], pt[2], delaunay_color, 1, LINE_AA, 0); in draw_subdiv() 39 line(img, pt[2], pt[0], delaunay_color, 1, LINE_AA, 0); in draw_subdiv() 49 line(img, pt0, pt1, delaunay_color, 1, LINE_AA, 0); in draw_subdiv() 67 line( img, org, dst, active_color, 3, LINE_AA, 0 ); in locate_point() 100 polylines(img, ifacets, true, Scalar(), 1, LINE_AA, 0); in paint_voronoi() 101 circle(img, centers[i], 3, Scalar(), FILLED, LINE_AA, 0); in paint_voronoi()
|
D | minarea.cpp | 60 circle( img, points[i], 3, Scalar(0, 0, 255), FILLED, LINE_AA ); in main() 64 line(img, vtx[i], vtx[(i+1)%4], Scalar(0, 255, 0), 1, LINE_AA); in main() 68 line(img, triangle[i], triangle[(i+1)%3], Scalar(255, 255, 0), 1, LINE_AA); in main() 71 circle(img, center, cvRound(radius), Scalar(0, 255, 255), 1, LINE_AA); in main()
|
D | kalman.cpp | 74 Point( center.x + d, center.y + d ), color, 1, LINE_AA, 0); \ in main() 76 Point( center.x - d, center.y + d ), color, 1, LINE_AA, 0 ) in main() 82 line( img, statePt, measPt, Scalar(0,0,255), 3, LINE_AA, 0 ); in main() 83 line( img, statePt, predictPt, Scalar(0,255,255), 3, LINE_AA, 0 ); in main()
|
D | fitellipse.cpp | 86 ellipse(cimage, box, Scalar(0,0,255), 1, LINE_AA); in processImage() 87 … ellipse(cimage, box.center, box.size*0.5f, box.angle, 0, 360, Scalar(0,255,255), 1, LINE_AA); in processImage() 91 line(cimage, vtx[j], vtx[(j+1)%4], Scalar(0,255,0), 1, LINE_AA); in processImage()
|
D | houghcircles.cpp | 41 circle( cimg, Point(c[0], c[1]), c[2], Scalar(0,0,255), 3, LINE_AA); in main() 42 circle( cimg, Point(c[0], c[1]), 2, Scalar(0,255,0), 3, LINE_AA); in main()
|
D | select3dobj.cpp | 153 circle(shownFrame, imgpt[0], 3, Scalar(0,255,0), -1, LINE_AA); in extract3DBox() 156 circle(shownFrame, imgpt[0], 3, Scalar(0,255,0), -1, LINE_AA); in extract3DBox() 157 circle(shownFrame, imgpt[1], 3, Scalar(0,255,0), -1, LINE_AA); in extract3DBox() 158 line(shownFrame, imgpt[0], imgpt[1], Scalar(0,255,0), 3, LINE_AA); in extract3DBox() 163 circle(shownFrame, imgpt[i], 3, Scalar(0,255,0), -1, LINE_AA); in extract3DBox() 164 line(shownFrame, imgpt[i], imgpt[(i+1)%4], Scalar(0,255,0), 3, LINE_AA); in extract3DBox() 169 circle(shownFrame, imgpt[i], 3, Scalar(0,255,0), -1, LINE_AA); in extract3DBox() 170 line(shownFrame, imgpt[i], imgpt[(i+1)%4 + (i/4)*4], Scalar(0,255,0), 3, LINE_AA); in extract3DBox() 171 line(shownFrame, imgpt[i], imgpt[i%4], Scalar(0,255,0), 3, LINE_AA); in extract3DBox()
|
D | phase_corr.cpp | 35 circle(frame, center, (int)radius, Scalar(0, 255, 0), 3, LINE_AA); in main() 36 …e, center, Point(center.x + (int)shift.x, center.y + (int)shift.y), Scalar(0, 255, 0), 3, LINE_AA); in main()
|
D | convexhull.cpp | 44 circle(img, points[i], 3, Scalar(0, 0, 255), FILLED, LINE_AA); in main() 52 line(img, pt0, pt, Scalar(0, 255, 0), 1,LINE_AA); in main()
|
D | kmeans.cpp | 66 circle( img, ipt, 2, colorTab[clusterIdx], FILLED, LINE_AA ); in main()
|
D | houghlines.cpp | 55 line( cdst, Point(l[0], l[1]), Point(l[2], l[3]), Scalar(0,0,255), 3, LINE_AA); in main()
|
D | contours2.cpp | 31 3, LINE_AA, hierarchy, std::abs(_levels) ); in on_trackbar()
|
/external/opencv3/samples/python2/ |
D | kalman.py | 62 color, 1, cv2.LINE_AA, 0) 65 color, 1, cv2.LINE_AA, 0) 72 cv2.line(img, state_pt, measurement_pt, (0, 0, 255), 3, cv2.LINE_AA, 0) 73 cv2.line(img, state_pt, predict_pt, (0, 255, 255), 3, cv2.LINE_AA, 0)
|
D | houghcircles.py | 28 …2.circle(cimg, (circles[0][i][0], circles[0][i][1]), circles[0][i][2], (0, 0, 255), 3, cv2.LINE_AA) 29 …cv2.circle(cimg, (circles[0][i][0], circles[0][i][1]), 2, (0, 255, 0), 3, cv2.LINE_AA) # draw cent…
|
D | houghlines.py | 25 …t, (lines[i][0][0], lines[i][0][1]), (lines[i][0][2], lines[i][0][3]), (0, 0, 255), 3, cv2.LINE_AA) 38 cv2.line(cdst, pt1, pt2, (0, 0, 255), 3, cv2.LINE_AA)
|
D | texture_flow.py | 41 cv2.line(vis, (x-vx, y-vy), (x+vx, y+vy), (0, 0, 0), 1, cv2.LINE_AA)
|
D | browse.py | 40 cv2.polylines(img, [track], 0, 255, 1, cv2.LINE_AA)
|
D | common.py | 74 …xt(dst, s, (x+1, y+1), cv2.FONT_HERSHEY_PLAIN, 1.0, (0, 0, 0), thickness = 2, lineType=cv2.LINE_AA) 75 cv2.putText(dst, s, (x, y), cv2.FONT_HERSHEY_PLAIN, 1.0, (255, 255, 255), lineType=cv2.LINE_AA)
|
D | gaussian_mix.py | 26 cv2.ellipse(img, (x, y), (s1, s2), ang, 0, 360, color, 1, cv2.LINE_AA)
|
D | contours.py | 56 3, cv2.LINE_AA, hierarchy, abs(levels) )
|
/external/opencv3/modules/features2d/src/ |
D | draw.cpp | 63 circle( img, center, radius, color, 1, LINE_AA, draw_shift_bits ); in _drawKeypoint() 72 line( img, center, center+orient, color, 1, LINE_AA, draw_shift_bits ); in _drawKeypoint() 79 circle( img, center, radius, color, 1, LINE_AA, draw_shift_bits ); in _drawKeypoint() 87 circle( img, center, radius, color, 1, LINE_AA, draw_shift_bits ); in _drawKeypoint() 186 color, 1, LINE_AA, draw_shift_bits ); in _drawMatch()
|
/external/opencv3/samples/gpu/ |
D | houghlines.cpp | 54 line(dst_cpu, Point(l[0], l[1]), Point(l[2], l[3]), Scalar(0, 0, 255), 3, LINE_AA); in main() 81 line(dst_gpu, Point(l[0], l[1]), Point(l[2], l[3]), Scalar(0, 0, 255), 3, LINE_AA); in main()
|
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/ |
D | HoughLines_Demo.cpp | 104 line( standard_hough, pt1, pt2, Scalar(255,0,0), 3, LINE_AA); in Standard_Hough() 125 … line( probabilistic_hough, Point(l[0], l[1]), Point(l[2], l[3]), Scalar(255,0,0), 3, LINE_AA); in Probabilistic_Hough()
|
/external/opencv3/doc/py_tutorials/py_gui/py_drawing_functions/ |
D | py_drawing_functions.markdown | 22 8-connected.* cv2.LINE_AA gives anti-aliased line which looks great for curves. 88 - regular things like color, thickness, lineType etc. For better look, lineType = cv2.LINE_AA 94 cv2.putText(img,'OpenCV',(10,500), font, 4,(255,255,255),2,cv2.LINE_AA)
|
/external/opencv3/modules/calib3d/test/ |
D | test_chessboardgenerator.cpp | 164 drawContours(result, whole_contour, -1, Scalar::all(255), FILLED, LINE_AA); in generateChessBoard() 165 drawContours(result, squares_black, -1, Scalar::all(0), FILLED, LINE_AA); in generateChessBoard() 171 drawContours(tmp, whole_contour, -1, Scalar::all(255), FILLED, LINE_AA); in generateChessBoard() 172 drawContours(tmp, squares_black, -1, Scalar::all(0), FILLED, LINE_AA); in generateChessBoard()
|
/external/opencv3/samples/cpp/example_cmake/ |
D | example.cpp | 49 1, LINE_AA); // line thickness and type in drawText()
|