BILATERAL FILTER

This filter aims to reduce the Gaussian noise without blurring the image, the filter is inversely proportional to distance and proportional with the pixel intensity

  • Spatial distance
  • Range (intensity) distance
  • normalization factor

This filter takes into account the bi-dimensional distance and the difference in pixel intensity of the points in the neighborhood

As shown in the image this filter is good in the edges cause it does not introduce blur in the image cause it takes into account range distance

PREVIOUS NEXT