IQM_Vis.transforms.effects

Sample image transformations to get the user started with

Functions

binary_threshold(image[, threshold])

conver image to binary at a given threshold

blur(image[, kernel_size])

Gaussian Blur on an image

brightness(image[, value])

Adjust image brightness.

brightness_hsv(image[, b])

adjust the brightness of an image

contrast(image[, contrast])

adjust the contrast of an image

hue(image[, h])

adjust the hue of an image

jpeg_compression(image[, compression])

encode image using jpeg then decode

saturation(image[, sat])

adjust the saturation of an image