Jump to content

User:KCote/sandbox

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by KCote (talk | contribs) at 19:28, 30 April 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


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