Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Image Processing Ch4: Filtering in frequency domain Prepared by: Tahani Khatib AOU.

Similar presentations


Presentation on theme: "1 Image Processing Ch4: Filtering in frequency domain Prepared by: Tahani Khatib AOU."— Presentation transcript:

1 1 Image Processing Ch4: Filtering in frequency domain Prepared by: Tahani Khatib AOU

2 2 Part 2 Filtering in frequency domain

3 Frequency Domain Filtering & Spatial Domain Filtering Similar jobs can be done in the spatial and frequency domains Filtering in the spatial domain can be easier to understand Filtering in the frequency domain can be much faster – especially for large images

4 4 introduction  It consists of modifying the FT of an input image and then finding the IFT to get the output image.  Mathematically its given by: G(u,v)= H(u,v)F(u,v) Ch4, lesson 8: The basics of filtering in the Frequency Domain (FD)

5 5 Steps of frequency domain filter Multiply the input image by (-1)x+y 2. Compute F(u,v) 3. Multiply F(u,v) by a filter function H(u,v) 4. Compute the inverse DFT 5. Obtain the real part 6. Multiply the real part by (-1)x+y Ch4, lesson 8: The basics of filtering in the Frequency Domain (FD)

6 6 1. Given an input image f(x,y) of size MxN, select the padding parameters P=2M and Q=2N. 2. Form a padded image of size PxQ by appending the necessary zeros to f(x,y). 3. Multiply padded image by (-1) (x+y) to center its transform. 4. Compute the DFT F(u,v) of the image from step 3. 5. Generate a real, symmetric filter function H(u,v) of size PxQ. Form the product G(u,v)=H(u,v)F(u,v). 6. Find the processed image by computing the real part of the IDFT of G(u,v) 7. Multiply above by by (-1) (x+y) 8. get g(x,y) from above step by extracting an MxN region from top left quadrant. Ch4, lesson 8: The basics of filtering in the Frequency Domain (FD) Steps of frequency domain filter

7 7 Correspondence between FD and SD filtering:  SD: filtering is given by discrete convolution  Correlation is…  FD: Discrete convolution in FD is equivalent to multiplication  Filtering can be done in either domain. Ch4, lesson 9: correspondence between FD & SD filters

8 8 SD VS FD filters Average filters laplace filters Low pass High pass

9 9 Low pass & High pass filters in FD  Low-pass filter: A filter that attenuates high frequencies while passing low frequencies.- used for blurring (smoothing)  High-pass filter: A filter that attenuates low frequencies while passing high frequencies. used for sharpening Ch4, lesson 10: low pass & high pass filters in FD

10 10 1) Low pass - Smoothing filters 1.1) Ideal lowpass filters (very sharp) 1.2) Butterworth lowpass filters 1.3) Gaussian lowpass filters (very smooth)  Butterworth filter parameter: filter order  High values: filter has the form of the ideal filter.  Low values: filter has the form of the Gaussian filter. 2) High pass- Sharpening filters 2.1) Ideal highpass filters 2.2) Butterworth highpass filters 2.3) Gaussian highpass filters Low pass & High pass filters in FD Ch4, lesson 10: low pass & high pass filters in FD

11 11 1) Low pass – image smoothing Image smoothing using FD filters  Noise is usually high frequency.  Hence noise removal is usually termed smoothing or blurring.  Smoothing is achieved by lowpass filters (LPFs).  3 types of LPFs will be studied i.e. Ideal LPF, Butterworth LPF and Gaussian LPF.  Note/Caution: Image details and edges have high frequency characteristics. Ch4, lesson 10: low pass & high pass filters in FD

12 Smoothing filters: 1.1) Ideal low pass filters (ILPF) 1.2) Butterworth low pass filters (BLPF) 1.3) Gaussian low pass filters (GLPF) 1) Low pass - image Smoothing Ch4, lesson 10: low pass filters

13 13 1.1) 2-D Ideal low pass filter ILPF Where  D(u,v) is the distance from (u,v) to the center of the frequency rectangle  Image size: MxN  Center of the frequency rectangle: (u,v) = (M/2, N/2)  Distance to the center: D(u,v) = [(u – M/2) 2 + (v – N/2) 2 ] 1/2 Ch4, lesson 11: ILPF The simplest lowpass filter is ILPF, it (cuts off) all high frequency components that are at distance greater than a specified distance: D 0 from the center

14 14 How does ILPF function works? نضرب قيم هذا الماسك H(u,v) بالقيم المكافئة لها بالصورة F(u,v). فنحصل فقط على ال frequencies داخل الدائرة دائما منتصف الصورة تحمل اهم المعلومات عنها ( اي معظم معلومات الصورة ), بينما تتوزع التفاصيل كل ما كبر نصف قطر الدائرة ( اي D 0 ), كل ما حصلنا على صورة اقرب للاصل.( انظر الشريحة التالية ) Ch4, lesson 11: ILPF

15 15 Radiustotal image power % 5 92.0 15 94.6 30 96.4 80 98 230 pixels99.5 كل ما كبر نصف قطر الدائرة ( اي D0), كل ما حصلنا على صورة اقرب للاصل دائما منتصف الصورة تحمل اهم المعلومات عنها ( اي معظم معلومات الصورة ), بينما تتوزع التفاصيل Ch4, lesson 11: ILPF

16 16 Ideal Low Pass Filter results Original image Result of filtering with ideal low pass filter of radius 5 Result of filtering with ideal low pass filter of radius 30 Result of filtering with ideal low pass filter of radius 230 Result of filtering with ideal low pass filter of radius 80 Result of filtering with ideal low pass filter of radius 15 Ringing is a characteristics of ideal Filter Ideal lowpass filtering is not very practical but they can be implemented on a computer to study their behavior. Ch4, lesson 11: ILPF

17 17 Blurring and ringing feature of ILPFs: The ILPF has sharp cutoffs or discontinuities which cause ringing.  The ILPF has a sink function behaviour in the SD.  The center of lobe is the cause for blurring but the outer smaller lobes cause ringing.  We want to achieve blurring with little ringing. Ch4, lesson 11: ILPF

18 18 1.2) Butterworth low pass filter - BLPF: Ch4, lesson 12: BLPF  ILPF transfer function has sharp discontinuities.  BLPF transfer function does not have sharp discontinuities in order to reduce ringing. The transfer function of a Butterworth lowpass filter of order n with cutoff frequency at distance D 0 from the origin is defined as:

19 19 Butterworth low pass filter - BLPF: Ch4, lesson 12: BLPF Note:  H(U,V) =0.50 (50% from its maximum value of 1) when D(u,v) =D 0

20 Butterworth Lowpass Filter (cont … ) Original image Result of filtering with Butterworth filter of order 2 and cutoff radius 5 Result of filtering with Butterworth filter of order 2 and cutoff radius 30 Result of filtering with Butterworth filter of order 2 and cutoff radius 230 Result of filtering with Butterworth filter of order 2 and cutoff radius 80 Result of filtering with Butterworth filter of order 2 and cutoff radius 15 Ringing is not visible in any of these images. Ch4, lesson 12: BLPF

21 Ringing increases with filter order (n) as seen in SD

22 Ch4, lesson 13: GLPF 1.3) Gaussian Lowpass Filters -GLPF The transfer function of a Gaussian lowpass filter is defined as Note: The IFT (INVERSE FOURIOUR) of Gaussian is also Gaussian. Hence there is no ringing effect.

23 23 Gaussian low pass filter - GLPF: Ch4, lesson 12: BLPF Note:  H(U,V) =0.667 when D(u,v) =D 0

24 Gaussian Lowpass Filters (cont … ) Original image Result of filtering with Gaussian filter with cutoff radius 5 Result of filtering with Gaussian filter with cutoff radius 30 Result of filtering with Gaussian filter with cutoff radius 230 Result of filtering with Gaussian filter with cutoff radius 85 Result of filtering with Gaussian filter with cutoff radius 15 No ringing Ch4, lesson 13: GLPF

25 Lowpass Filters Compared Result of filtering with ideal low pass filter of radius 15 Result of filtering with Butterworth filter of order 2 and cutoff radius 15 Result of filtering with Gaussian filter with cutoff radius 15

26 Lowpass Filtering Examples A low pass Gaussian filter is used to connect broken text Machine recognition systems have difficulty in reading broken characters. GLPF with D0 = 80

27 Lowpass Filtering Examples (cont … ) Different lowpass Gaussian filters used to remove blemishes in a photograph

28 2)High pass - image Sharpening  Blurring (smoothing) is achieved by attenuating التخلص the HF(high frequency) components of DFT of an image. (low pass filters)  Sharpening is achieved by attenuating the LF (low frequency) components of DFT of an image. Where Edges and fine detail in images are associated with high frequency components (high pass filters) High pass filters – only pass the high frequencies, drop the low ones. High pass frequencies are precisely the reverse of low pass filters, so: H hp (u, v) = 1 – H lp (u, v) Ch4, lesson 14: high pass

29 Sharpening filters: 2.1) Ideal high pass filters (IHPF) 2.2) Butterworth high pass filters (BHPF) 2.3) Gaussian high pass filters (GHPF) 2)High pass - image Sharpening Ch4, lesson 14: high pass

30 2.1) Ideal High Pass Filters The ideal high pass filter is given as: where D 0 is the cut off distance as before Ch4, lesson 15: IHPF

31 Ideal High Pass Filters (cont … ) Results of ideal high pass filtering with D 0 = 15 Results of ideal high pass filtering with D 0 = 30 Results of ideal high pass filtering with D 0 = 80 Ch4, lesson 15: IHPF

32 Butterworth High Pass Filters The Butterworth high pass filter is given as: where n is the order and D 0 is the cut off distance as before Ch4, lesson 16: BHPF

33 Butterworth High Pass Filters (cont … ) Results of Butterworth high pass filtering of order 2 with D 0 = 15 Results of Butterworth high pass filtering of order 2 with D 0 = 80 Results of Butterworth high pass filtering of order 2 with D 0 = 30 Ch4, lesson 16: BHPF

34 Gaussian High Pass Filters The Gaussian high pass filter is given as: where D 0 is the cut off distance as before Ch4, lesson 17: GHPF

35 Gaussian High Pass Filters (cont … ) Results of Gaussian high pass filtering with D 0 = 15 Results of Gaussian high pass filtering with D 0 = 80 Results of Gaussian high pass filtering with D 0 = 30 Ch4, lesson 17: GHPF

36 Highpass Filter Comparison BF represents a transition between the sharpness of the IF and the smoothness of the GF يعني يعتبر BF مرحلة وسطية بين IF و GF حيث يعتبر IF حاد للغاية بينما يمتاز GF بنعومته

37 Highpass Filter Comparison Results of ideal high pass filtering with D 0 = 15 Results of Gaussian high pass filtering with D 0 = 15 Results of Butterworth high pass filtering of order 2 with D 0 = 15

38 The 3 HPF SD representation


Download ppt "1 Image Processing Ch4: Filtering in frequency domain Prepared by: Tahani Khatib AOU."

Similar presentations


Ads by Google