bilateral_filter
Apply a bilateral filter to the image.
black_threshold_image
Apply thresholding with a bias in favor of black to the image.
gaussian_blur_fft
Apply a Gaussian blur to the image using Fast Fourier Transform (FFT) for performance.
image_to_svg
Convert Image to SVG string.
invert_image
Invert the pixel values of an image.
kmeans
Perform K-means clustering on the image data.
labels_to_svg
Convert labels to an SVG string.
threshold_image
Apply thresholding to the image.