Lines Matching refs:Chart
31 def test_edge_mode(cam, edge_mode, sensitivity, exp, fd, out_surface, chart):
47 chart: object that contains chart information
64 chart.img = its.image.normalize_img(its.image.get_image_patch(
65 y, chart.xnorm, chart.ynorm, chart.wnorm, chart.hnorm))
68 chart.img, "%s_edge=%d.jpg" % (NAME, edge_mode))
70 sharpness_list.append(its.image.compute_image_sharpness(chart.img))
93 # initialize chart class and locate chart in scene
94 chart = its.cv2image.Chart()
114 ret = test_edge_mode(cam, edge_mode, s, e, fd, out_surface, chart)