Filters or Kernels in Image Processing
📌 What is a Filter / Kernel / Mask? A filter (also called a kernel or mask) is a small matrix of numbers used to transform an image. Purpose: Emphasize features like edges, textures, or smooth out noise. Filters are applied via convolution or correlation. In convolution, the filter “slides” over the image and computes […]
Filters or Kernels in Image Processing Read More »