Project 2 – FIN 654 - Spring 1: 2018

This filter technique runs through every pixel and replaces the pixel value with median of neighborhood pixel values. In this way pixels with high intensity causing noise are replaced by pixels values from neighborhood. OpenCV has inbuilt median filtering function and 3x3 median filter window is used. ................
................