Problem
Implement median and adaptive median filter in python (note that you cannot use the available filters in any libraries). Compare the results of both filters on two grayscale images. What is the comparison telling you? Test in python with two images and show code and results.