TESTER

image_filter

image_filter(filter, img, [sigma])

Apply filter on image

Syntaxe

image_filter(img, filter="blur", sigma=1.5);

Arguments

NameRequiredDefaultDescription
filteryes-Filter name : blur, sharpen, gamma, hue, contrast, brightness, saturation, dilate, edge, erode, median, grayscale, invert, emboss, sepia, sobel, sobel, threshold, fliph, flipv
imgyes-Image object
sigma--Allows to control the strength of the filter effect (not taken into account if not necessary)