Searched refs:draw_str (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/samples/python2/ |
D | morphology.py | 24 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))
|
D | video_threaded.py | 25 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))
|
D | lk_homography.py | 26 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))
|
D | turing.py | 12 from common import draw_str 62 draw_str(vis, (20, 20), 'frame %d' % frame_i)
|
D | facedetect.py | 8 from common import clock, draw_str 60 draw_str(vis, (20, 20), 'time: %.1f ms' % (dt*1000))
|
D | fitline.py | 32 from common import draw_str 70 draw_str(img, (20, 20), cur_func_name)
|
D | lk_track.py | 24 from common import anorm2, draw_str 68 draw_str(vis, (20, 20), 'track count: %d' % len(self.tracks))
|
D | mosse.py | 26 from common import draw_str, RectSelector 117 draw_str(vis, (x1, y2+16), 'PSR: %.2f' % self.psr)
|
D | common.py | 73 def draw_str(dst, (x, y), s): function
|
/external/toybox/lib/ |
D | linestack.c | 125 int draw_str(char *start, int width) in draw_str() function
|
D | lib.h | 223 int draw_str(char *start, int width);
|