Design
Apply dilation morphological operation to expand foreground objects in binary images
image-dilateDesign
Apply erosion morphological operation to shrink foreground objects in binary images
image-erodeDesign
Apply Otsu threshold operation to automatically determine optimal threshold value using Otsu's algorithm
image-otsu-thresholdDesign
Apply threshold operation to convert images to black and white based on pixel intensity
image-thresholdDesign
Apply bilateral filter for edge-preserving smoothing that reduces noise while maintaining image details
image-bilateral-filterDesign
Apply Contrast Limited Adaptive Histogram Equalization for local contrast enhancement
image-claheDesign
Reduce image noise using multiple algorithms including median, gaussian, and bilateral filtering
image-noise-reductionDesign
Normalise image histogram to enhance contrast by stretching the intensity range (British spelling)
image-normaliseDesign
Normalize image histogram to enhance contrast by stretching the intensity range
image-normalizeDesign
Extract, manipulate, and analyze individual color channels (RGB, Alpha, Luminance) with professional processing options
image-channelDesign
Convert images between different colorspaces (RGB, CMYK, LAB, HSV, HSL) with professional rendering intent control
image-colorspaceDesign
Apply professional edge detection algorithms (Sobel, Prewitt, Laplacian, Canny) with adjustable thresholds and visualization options
image-edge-detect