🎨 Design
Design, layout, and creative utilities
Image Morphological Opening
Apply morphological opening operation (erosion followed by dilation) to remove small noise and separate connected objects
DesignImage Laplacian Operator
Apply Laplacian operator for edge detection, sharpening, and image enhancement with different kernel variants
DesignImage Gradient Operation
Apply gradient operations (Sobel, Prewitt, Roberts) for edge detection and image enhancement
DesignImage Morphological Closing
Apply morphological closing operation (dilation followed by erosion) to fill small holes and connect nearby objects
DesignImage Binary Converter
Convert images to binary (black and white) with customizable threshold and options
DesignImage Otsu Threshold
Apply Otsu threshold operation to automatically determine optimal threshold value using Otsu's algorithm
DesignImage Threshold
Apply threshold operation to convert images to black and white based on pixel intensity
DesignImage Dilate
Apply dilation morphological operation to expand foreground objects in binary images
DesignImage Adaptive Threshold
Apply adaptive threshold operation that calculates threshold for small regions, suitable for varying lighting conditions
DesignImage Erode
Apply erosion morphological operation to shrink foreground objects in binary images
DesignImage Noise Reduction
Reduce image noise using multiple algorithms including median, gaussian, and bilateral filtering
DesignImage Normalize
Normalize image histogram to enhance contrast by stretching the intensity range
Design