advanced digital signal processing final report

20
Advanced Digital Signal Processing final report NAME : YI-WEI CHEN TEACHER : JIAN-JIUN DING

Upload: amelia

Post on 15-Feb-2016

65 views

Category:

Documents


0 download

DESCRIPTION

Advanced Digital Signal Processing final report. Name : Yi- wei chen Teacher : Jian- Jiun Ding. Short Response Hilbert Transform for Edge Detection. Soo -Chang Pei, Jian- Jiun Ding, Jiun -De Huang, Guo-Cyuan Guo - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Advanced Digital Signal  Processing final report

Advanced Digital Signal Processing final reportNAME : YI-WEI CHEN

TEACHER : JIAN-JIUN DING

Page 2: Advanced Digital Signal  Processing final report

Short Response Hilbert Transform for Edge Detection

Soo-Chang Pei, Jian-Jiun Ding, Jiun-De Huang, Guo-Cyuan Guo

Department of Electrical Engineering, National Taiwan University, Taipei, Taiwan, R.O.C

Page 3: Advanced Digital Signal  Processing final report

Abstract

New method : short-response Hilbert transform (SRHLT)

Edge detection

Drawbacks of general methods :

differentiation - sensitive to noise

HLT - resolution is poor

SRHLT improves drawbacks of differentiation & HLT

robust to noise

detect edges successfully

Page 4: Advanced Digital Signal  Processing final report

Differentiation

Simple

Drawbacks:

Sensitivity to noise

Not good for ramp edges

Make no difference between the significant edge and the detailed edge

Page 5: Advanced Digital Signal  Processing final report

Results of differentiation

From figure (a)&(b), the sharp edges can be detected perfectly.

From figure (c)&(d), the step edges with noise can’t be detected.

From figure (e)&(f), differentiation is not good for the ramp edges.

Edges’ form:

Page 6: Advanced Digital Signal  Processing final report

Hilbert transform (HLT)

Hilbert transform:

H(f):

longer impulse response

reduce the effect of noise

Drawback : lower resolution

FT

Page 7: Advanced Digital Signal  Processing final report

Results of HLT

From figure (a)&(b), the sharp edges can’t be detected clearly.

From figure (c)&(d), the step edges with noise can be detected.

From figure (e)&(f), the ramp edges can be detected.

Due to the longer impulse responses.

Generally, HLT is better than differentiation, because general pictures

Page 8: Advanced Digital Signal  Processing final report

Discrete HLT

Discrete HLT:

H[p]:

Page 9: Advanced Digital Signal  Processing final report

Discrete radial HLT(DRHLT)

2-D form of the discrete HLT:

H[p,q]:

Φ(θ ) is any odd symmetric function that satisfies

Example:

Page 10: Advanced Digital Signal  Processing final report

Short response HLT(SRHLT)

Combine HLT & differentiation

Canny’s criterion:

where cosech x = 2 / (ex − e−x ) and tanh x = (ex − e−x ) / (ex + e−x )

After scaling:

Then, we can define SRHLT from above criterion.

Page 11: Advanced Digital Signal  Processing final report

SRHLT

SRHLT:

Theorem:

b -> 0+ , the SRHLT becomes the HLT (H(f) = -j*sgn(f))

b -> infinite, the SRHLT becomes the differentiation (H(f) = -j2*pi*f)

Page 12: Advanced Digital Signal  Processing final report

Results of SRHLT

In the frequency domain:

the transfer function of the SRHLT gradually changes from the step form(-j*sgn(f)) into the linear form(-j*2*pi*f) as b grows.

in the time domain:

when b is small, the SRHLT has a long impulse response.

When b is large, the SRHLT has a short impulse response.

Page 13: Advanced Digital Signal  Processing final report

Discrete SRHLT

Analogous to discrete HLT

Discrete SRHLT:

H[p]:

Page 14: Advanced Digital Signal  Processing final report

2-D discrete SRHLT

2-D discrete SRHLT:

Φ(θ ) is any odd symmetric function

If

Then

Page 15: Advanced Digital Signal  Processing final report

Experiments on Lena image

(b) make no difference between the significant edge and the detailed edge

(c)lower resolution

(d)clearer

Page 16: Advanced Digital Signal  Processing final report

Experiments on Lena image+noise

(b)sensitive to noise

(c)noise robustness

(d) noise robustness & higher resolution

Page 17: Advanced Digital Signal  Processing final report

Improvement & other image

Using adaptive threshold and overlapped section Experiment on Tiffany image

Page 18: Advanced Digital Signal  Processing final report

Performance measuring

From Canny’s theorem, measuring the performance of edge detection:

1. Good detection

Higher distinction

Noise immunity

2. Good localization

3. Single response

Impulse response hb(x) :

(i)odd function

(ii)strictly decreases with |x|

(iii)

Page 19: Advanced Digital Signal  Processing final report

Conclusion

The SRHLT has higher robustness for noise and can successfully detect ramp edges.

The SRHLT can avoid the pixels that near to an edge be recognized as an edge pixel.

Directional edge detection and corner detection are also the possible applications of the SRHLT.

Page 20: Advanced Digital Signal  Processing final report

Thank you.