/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/ |
D | pointPolygonTest_demo.cpp | 58 Mat drawing = Mat::zeros( src.size(), CV_8UC3 ); in main() local 64 … { drawing.at<Vec3b>(j,i)[0] = (uchar)(255 - abs(raw_dist.at<float>(j,i))*255/minVal); } in main() 66 { drawing.at<Vec3b>(j,i)[2] = (uchar)(255 - raw_dist.at<float>(j,i)*255/maxVal); } in main() 68 …{ drawing.at<Vec3b>(j,i)[0] = 255; drawing.at<Vec3b>(j,i)[1] = 255; drawing.at<Vec3b>(j,i)[2] = 25… in main() 77 imshow( "Distance", drawing ); in main()
|
D | moments_demo.cpp | 74 Mat drawing = Mat::zeros( canny_output.size(), CV_8UC3 ); in thresh_callback() local 78 drawContours( drawing, contours, (int)i, color, 2, 8, hierarchy, 0, Point() ); in thresh_callback() 79 circle( drawing, mc[i], 4, color, -1, 8, 0 ); in thresh_callback() 84 imshow( "Contours", drawing ); in thresh_callback() 92 drawContours( drawing, contours, (int)i, color, 2, 8, hierarchy, 0, Point() ); in thresh_callback() 93 circle( drawing, mc[i], 4, color, -1, 8, 0 ); in thresh_callback()
|
D | generalContours_demo2.cpp | 74 Mat drawing = Mat::zeros( threshold_output.size(), CV_8UC3 ); in thresh_callback() local 79 drawContours( drawing, contours, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); in thresh_callback() 81 ellipse( drawing, minEllipse[i], color, 2, 8 ); in thresh_callback() 85 line( drawing, rect_points[j], rect_points[(j+1)%4], color, 1, 8 ); in thresh_callback() 90 imshow( "Contours", drawing ); in thresh_callback()
|
D | generalContours_demo1.cpp | 77 Mat drawing = Mat::zeros( threshold_output.size(), CV_8UC3 ); in thresh_callback() local 81 drawContours( drawing, contours_poly, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); in thresh_callback() 82 rectangle( drawing, boundRect[i].tl(), boundRect[i].br(), color, 2, 8, 0 ); in thresh_callback() 83 circle( drawing, center[i], (int)radius[i], color, 2, 8, 0 ); in thresh_callback() 88 imshow( "Contours", drawing ); in thresh_callback()
|
D | hull_demo.cpp | 71 Mat drawing = Mat::zeros( threshold_output.size(), CV_8UC3 ); in thresh_callback() local 75 drawContours( drawing, contours, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); in thresh_callback() 76 drawContours( drawing, hull, (int)i, color, 1, 8, vector<Vec4i>(), 0, Point() ); in thresh_callback() 81 imshow( "Hull demo", drawing ); in thresh_callback()
|
D | findContours_demo.cpp | 69 Mat drawing = Mat::zeros( canny_output.size(), CV_8UC3 ); in thresh_callback() local 73 drawContours( drawing, contours, (int)i, color, 2, 8, hierarchy, 0, Point() ); in thresh_callback() 78 imshow( "Contours", drawing ); in thresh_callback()
|
/external/opencv3/samples/python2/ |
D | grabcut.py | 47 drawing = False # flag for drawing curves variable 55 global img,img2,drawing,value,mask,rectangle,rect,rect_or_mask,ix,iy,rect_over 83 drawing = True 88 if drawing == True: 93 if drawing == True: 94 drawing = False 150 drawing = False variable
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 28 * [PDF drawing](#PDF_drawing) 47 care and feeding than SkDevice. Once drawing is complete, the device 200 PDF drawing 203 Most drawing in PDF is specified by the text of a stream, referred to 208 image, or text, or to do meta operations like set the drawing color, 209 apply a transform to the drawing coordinates, or clip future drawing 216 explained later), SkPDFDevice records each drawing operation into an 267 ones that correspond to drawing options in Skia are: color, alpha, 272 then set the drawing parameters to the values specified in that 293 Similar to Skia, PDF allows drawing to be clipped or [all …]
|
/external/skia/site/user/api/ |
D | skcanvas.md | 4 *The drawing context* 11 Here is an example of a set of drawing commands to draw a filled 41 SkCanvas is the drawing context for Skia. It knows where to direct the 42 drawing (i.e. where the screen of offscreen pixels are), and maintains 45 store any other drawing attributes in the context (e.g. color, pen 72 this by drawing an enormous rectangle, but there are easier ways to do
|
/external/opencv3/doc/py_tutorials/py_gui/py_mouse_handling/ |
D | py_mouse_handling.markdown | 61 drawing = False # true if mouse is pressed 67 global ix,iy,drawing,mode 70 drawing = True 74 if drawing == True: 81 drawing = False
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
D | drawing_container.css | 6 .drawing-container { 14 .drawing-container-canvas {
|
/external/opencv3/doc/tutorials/features2d/detection_of_planar_objects/ |
D | detection_of_planar_objects.markdown | 33 // drawing the results 52 - Use drawMatches for drawing inliers.
|
/external/skia/ |
D | README | 1 Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-02-24.data | 14 text: Pretty vector drawing.
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | dot.rst | 61 The graph drawing process may be customized by passing 70 # customizing node drawing 74 # customizing edge drawing 107 - for more details on how to control the graph drawing process see the
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.draw_indirect.txt | 19 Indirect drawing tests 42 Primitive drawing cases draw a group of primitives with random generated
|
D | functional.geometry_shading.txt | 65 by drawing a separate triangle for each geometry shader input vertex. 101 instanced drawing. As in the geometry_N_invocations, a group of primitives is 105 primitive type and then try to use the shader when drawing with an incompatible
|
/external/llvm/test/YAMLParser/ |
D | spec-02-24.test | 16 text: Pretty vector drawing.
|
/external/skia/site/user/ |
D | index.md | 6 The Skia graphics library can be used for drawing Text, Geometries, and Images:
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 149 When drawing a stippled line, each bit in the stipple pattern is 153 omits the last pixel to avoid double-drawing pixels at the ends of lines 154 when drawing connected lines. 185 Specifies how the value for each shader output should be computed when drawing
|
/external/clang/test/Sema/ |
D | nowarn-documentation-property.m | 6 /// The full predicate to be used for drawing objects from the store.
|
/external/opencv3/doc/tutorials/core/random_generator_and_text/ |
D | random_generator_and_text.markdown | 19 - In this tutorial, we intend to use *random* values for the drawing parameters. Also, we intend 52 /// Go on drawing, this time nice rectangles 178 As a result, we will get (analagously to the other drawing functions) **NUMBER** texts over our 222 As you just saw in the Code section, the program will sequentially execute diverse drawing
|
/external/skia/site/dev/testing/ |
D | fonts.md | 69 Each gm specifies the typeface to use when drawing text. For now, to set the 116 other gm tests use text only to label the drawing; yet other gm tests use text
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 258 When drawing indexed primitives, the primitive restart index can be 381 A drawing command can be skipped depending on the outcome of a query 386 rendering is disabled and drawing takes place normally. 389 drawing commands will be predicated on the outcome of the query. If 390 the query result is zero subsequent drawing commands will be skipped. 396 completed, the drawing command will be executed normally. If the query 397 has completed, drawing will be predicated on the outcome of the query. 403 drawing commands. This can result in better performance with some GPUs. 405 drawing happens normally so fragments may be generated, shaded and
|
/external/opencv3/doc/py_tutorials/py_gui/py_drawing_functions/ |
D | py_drawing_functions.markdown | 99 So it is time to see the final result of our drawing. As you studied in previous articles, display 113 -# Try to create the logo of OpenCV using drawing functions available in OpenCV.
|