Lines Matching refs:image
19 import its.image
44 r, gr, gb, b = its.image.convert_capture_to_planes(cap, props)
45 r_tile = its.image.get_image_patch(r, 0.0, 0.0, 1.0, 1.0)
46 gr_tile = its.image.get_image_patch(gr, 0.0, 0.0, 1.0, 1.0)
47 gb_tile = its.image.get_image_patch(gb, 0.0, 0.0, 1.0, 1.0)
48 b_tile = its.image.get_image_patch(b, 0.0, 0.0, 1.0, 1.0)
75 img = its.image.convert_capture_to_rgb_image(cap, props=props)
80 tile = its.image.get_image_patch(img, float(i)/num_bars+delta,
82 color_match.append(np.allclose(its.image.compute_image_means(tile),
138 img = its.image.convert_capture_to_rgb_image(cap, props=props)
141 its.image.write_image(img, '%s_%d.jpg' % (NAME, pattern), True)