Beispiel #1
0
def imshow(image):
    """Show a [-1.0, 1.0] image."""
    iio.imshow(im2float(image))
Beispiel #2
0
def imwrite(image, path):
    """Save an [-1.0, 1.0] image."""
    iio.imsave(path, im2float(image))