Jump to content

User:KCote/sandbox: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
KCote (talk | contribs)
No edit summary
KCote (talk | contribs)
No edit summary
Line 55: Line 55:
| '''Fourier Lowpass'''
| '''Fourier Lowpass'''
| [[File:Lowpass_Butterworth_Checkerboard.png]]
| [[File:Lowpass_Butterworth_Checkerboard.png]]
| [File:Lowpass_FFT_Filtered_checkerboard.png]]
| [[File:Lowpass_FFT_Filtered_checkerboard.png]]
|-
|-
| '''Fourier Highpass'''
| '''Fourier Highpass'''
| [[File:Highpass_Butterworth_Checkerboard.png]]
| [[File:Highpass_Butterworth_Checkerboard.png]]
| [[File:Highpass_FFT_Filtered_checkerboard.png|thumb|center| filtered with low pass butterworth ]]
| [[File:Highpass_FFT_Filtered_checkerboard.png]]
|-
|-
|}
|}

Revision as of 19:27, 30 April 2017


Filter type Kernel or mask Example
Original Image
Spatial Lowpass
Spatial Highpass
Fourier Representation MATLAB Script:

img=checkerboard(size);

F=fft2(img);

F=fftshift(F);

imshow(log(1+abs(F)))

Fourier Lowpass
Fourier Highpass

References

  • Berger, Marcel (1987), Geometry I, Berlin: Springer, ISBN 3-540-11658-3