Home
last modified time | relevance | path

Searched refs:draw_str (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/samples/python2/
Dmorphology.py24 from common import draw_str
61 draw_str(res, (10, 20), 'mode: ' + cur_mode)
62 draw_str(res, (10, 40), 'operation: ' + oper_name)
63 draw_str(res, (10, 60), 'structure: ' + str_name)
64 draw_str(res, (10, 80), 'ksize: %d iters: %d' % (sz, iters))
Dvideo_threaded.py25 from common import clock, draw_str, StatValue
68 draw_str(res, (20, 20), "threaded : " + str(threaded_mode))
69 draw_str(res, (20, 40), "latency : %.1f ms" % (latency.value*1000))
70 draw_str(res, (20, 60), "frame interval : %.1f ms" % (frame_interval.value*1000))
Dlk_homography.py26 from common import draw_str
77 draw_str(vis, (20, 20), 'track count: %d' % len(self.p1))
79 draw_str(vis, (20, 40), 'RANSAC')
85 draw_str(vis, (20, 20), 'feature count: %d' % len(p))
Dturing.py12 from common import draw_str
62 draw_str(vis, (20, 20), 'frame %d' % frame_i)
Dfacedetect.py8 from common import clock, draw_str
60 draw_str(vis, (20, 20), 'time: %.1f ms' % (dt*1000))
Dfitline.py32 from common import draw_str
70 draw_str(img, (20, 20), cur_func_name)
Dlk_track.py24 from common import anorm2, draw_str
68 draw_str(vis, (20, 20), 'track count: %d' % len(self.tracks))
Dmosse.py26 from common import draw_str, RectSelector
117 draw_str(vis, (x1, y2+16), 'PSR: %.2f' % self.psr)
Dcommon.py73 def draw_str(dst, (x, y), s): function
/external/toybox/lib/
Dlinestack.c125 int draw_str(char *start, int width) in draw_str() function
Dlib.h223 int draw_str(char *start, int width);