Design
Apply edge detection convolution kernels to identify and highlight edges and contours in images
image-edge-detect-kernelDesign
Apply emboss convolution kernel to create 3D raised surface effects on images
image-emboss-kernelDesign
Apply sharpen convolution kernel to enhance image clarity and edge definition
image-sharpen-kernelDesign
Apply box blur kernel for simple uniform averaging and fast noise reduction
image-box-blurDesign
Apply Gaussian blur kernel for smooth noise reduction and image softening with precise control
image-gaussianDesign
Apply motion blur kernel to simulate camera movement or object motion in specified direction
image-motion-blur-kernelDesign
Apply Prewitt operator for edge detection to identify boundaries and gradients in images
image-prewittDesign
Apply Roberts Cross operator for simple and fast edge detection, particularly effective for diagonal edges
image-robertsDesign
Apply Sobel operator for edge detection to highlight boundaries and contours in images
image-sobelDesign
Apply morphological closing operation (dilation followed by erosion) to fill small holes and connect nearby objects
image-closeDesign
Apply standard convolution kernels (blur, sharpen, edge detection, emboss) for image processing and effects
image-convolveDesign
Apply custom convolution kernel by defining your own matrix values for personalized image effects and processing
image-custom-kernel