Example #1
0
File: image.py Project: alon/burst
def normalized2_image_height(x):
    return normalize2(x, IMAGE_HALF_HEIGHT)
Example #2
0
File: image.py Project: alon/burst
def normalized2_image_width(x):
    return normalize2(x, IMAGE_HALF_WIDTH)