[DIGITAL IMAGE PROCESSING] High pass filtering in the frequency domain. -Create a code in Python about Gaussian High Pas
Posted: Thu Jul 14, 2022 2:17 pm
[DIGITAL IMAGE PROCESSING] High pass filtering in the frequency domain. -Create a code in Python about Gaussian High Pass Filter H(u,v)=1āeā2D02āD(u,v)2ā where DO is the cut-off frequency and D(u,v) is a distance measurement. For this project you will be required to submit a report where you go over implementation details of the filters, what is the meaning of the distance measurement D(u,v) and how to tune the parameter DO. Also a comparison between the filtering approaches should be provided. Note: Your script should display 3 pictures: the input image, the output image and a surface plot of the filter.