The document describes applying various spatial and frequency domain filters to an image, including low pass, Gaussian, weighted low pass, high pass, high boost, unsharp masking, Laplacian, and band pass filters. Code is provided to load an image, apply each type of filter using a convolution mask, and display the filtered output image for comparison to the original. Filters are applied both directly in the spatial domain and by filtering the image Fourier transform in the frequency domain.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
66 views
In Spatial Domain: %% %low Pass Filter
The document describes applying various spatial and frequency domain filters to an image, including low pass, Gaussian, weighted low pass, high pass, high boost, unsharp masking, Laplacian, and band pass filters. Code is provided to load an image, apply each type of filter using a convolution mask, and display the filtered output image for comparison to the original. Filters are applied both directly in the spatial domain and by filtering the image Fourier transform in the frequency domain.