advanced topics on video processing
play

ADVANCED TOPICS ON VIDEO PROCESSING Image Spatial Processing Image - PowerPoint PPT Presentation

ADVANCED TOPICS ON VIDEO PROCESSING Image Spatial Processing Image Spatial Processing FILTERING EXAMPLES FILTERING EXAMPLES FOURIER INTERPRETATION FOURIER INTERPRETATION FILTERING EXAMPLES FILTERING EXAMPLES FOURIER INTERPRETATION FOURIER


  1. ADVANCED TOPICS ON VIDEO PROCESSING Image Spatial Processing Image Spatial Processing

  2. FILTERING EXAMPLES FILTERING EXAMPLES

  3. FOURIER INTERPRETATION FOURIER INTERPRETATION

  4. FILTERING EXAMPLES FILTERING EXAMPLES

  5. FOURIER INTERPRETATION FOURIER INTERPRETATION

  6. FILTERING EXAMPLES FILTERING EXAMPLES

  7. FILTERING EXAMPLES FILTERING EXAMPLES

  8. FOURIER INTERPRETATION FOURIER INTERPRETATION

  9. FILTERING EXAMPLES FILTERING EXAMPLES

  10. FOURIER INTERPRETATION FOURIER INTERPRETATION

  11. LINEAR AND NON LINEAR OPERATIONS LINEAR AND NON LINEAR OPERATIONS Median Filter: (6 8 9 9 10 11 12 13 15) = 10 Median Filter: (6, 8, 9, 9, 10 , 11, 12, 13, 15) 10 Minimum = 6; Maximum: 15 Average of nearest neighbours: Average of nearest neighbours:

  12. LOW PASS GAUSSIAN FILTER LOW PASS GAUSSIAN FILTER

  13. MEDIAN FILTERING MEDIAN FILTERING

  14. HI PASS FILTERING FOR HIGH FREQUENCIES

  15. EXAMPLE EXAMPLE

  16. 1D DERIVATIVES 1D DERIVATIVES

  17. GRADIENT METHODS GRADIENT METHODS  1D example  1D example Si ye s Yes Yes >Thres- Thres hold? No No No edge No edge

  18. 2D CASE 2D CASE  The first derivative is substituted by the gradient Th fi d i i i b i d b h di       f x y , f x y ,        f x y , i i   x y x y  Omnidirectional detector  Based on|  ƒ(x,y)|: isotropic behaviour |  ƒ( B d )| i t i b h i  Directional detector  Based on an oriented derivative:  ex.: a possible horizontal edge detector is |  y|

  19. 2D APPROACH 2D APPROACH

  20. EDGE THINNING EDGE THINNING 1) if  f  has a local horizontal max but not a vertical one in ( (x 0 ,y 0 ), then, that point is an edge point if ) then that point is an edge point if   f f    K K K K 2( 2( typical typical value) value)   x y ( x y ) ( x y , ) 0, 0 0 0 2) if  f  has a local vertical max but not a horizontal one in   (x 0 ,y 0 ), then, that point is an edge point if   f f   K K 2(typical value)     y y x x ( x y ) ( x y ) 0, 0 0, o

  21. DIRECTIONAL CASE DIRECTIONAL CASE .

  22. EXAMPLE: ISOTROPIC CASE EXAMPLE: ISOTROPIC CASE .

  23. DISCRETIZATION DISCRETIZATION The gradient operator can be discretized as: The gradient operator can be discretized as:     2 2         f f ( ( x , , y y ) ) f f x , , y y             f f ( ( x , y ) )       x y        2 2 f ( n , n ) f ( n , n ) f ( n , n ) 1 2 x 1 2 y 1 2 Which is based on a discretization of directional derivatives: derivatives:    f ( n , n ) f ( n , n ) f ( n , n ) 1 2 x 1 2 y 1 2

  24. FINITE IMPULSE RESPONSE MODEL FINITE IMPULSE RESPONSE MODEL Discrete operators for derivative estimation can be estimated as sc ete ope ato s o de at e est at o ca be est ated as FIR filters.  f ( n , n ) f ( n , n ) * h ( n , n ) y 1 2 1 2 y 1 2   f f ( ( n n , n n ) ) f f ( ( n n , n n ) ) * h h ( ( n n , n n ) ) x 1 2 1 2 x 1 2 f f ( ( n n 1 n , n ) ) f x f ( ( n n 1 n , n ) ) 2 2 h x ( n 1 n , ) 2

  25. DISCRETE DIFFERENTIAL OPERATORS DISCRETE DIFFERENTIAL OPERATORS  Pixel difference: luminance difference between to neighbour pixels along orthogonal directions. neighbour pixels along orthogonal directions.    f x ( j , k ) f ( j , k ) f ( j , k 1 )    f y ( j , k ) f ( j , k ) f ( j 1 , k )  Separable filters  Separable filters          0 0 0 0 0 0 0 0 1 1 0 0        h 0 1 1 h 0 1 0         x y         0 0 0 0 0 0    

  26. EXAMPLE: PIXEL DIFFERENCE C

  27. SEPARATED PIXEL DIFFERENCE SEPARATED PIXEL DIFFERENCE •If farther pixels are chosen there is a higher noise rejection, and there is no phase translation in edge definition.     f x ( j , k ) f ( j , k 1 ) f ( j , k 1 )      f y f ( ( j j , k k ) ) f f ( ( j j 1 1 , k k ) ) f f ( ( j j 1 1 , k k ) )    0 0 0   0 1 0            h 1 0 1 h 0 0 0     x y         0 0 0 0 0 0 0 0 1 1 0 0        

  28. EX.: SEPARATED PIXEL DIFFERENCE S C

  29. ROBERTS EDGE EXTRACTION ROBERTS EDGE EXTRACTION     f x ( j , k ) f ( j , k ) f ( j 1 , k 1 )     f y ( j , k ) f ( j , k 1 ) f ( j 1 , k )      0 0 1 1 0 0         h h 0 0 1 1 0 0 h h 0 0 1 1 0 0         y x     0 0 0 0 0 0    

  30. EX.: ROBERTS METHOD O S O

  31. PREWITT METHOD PREWITT METHOD Estimation can be improved involving more samples for te Estimation can be improved involving more samples for te gradient operator 3x3       f f                        K * f n 1 , n 1 f n 1 , n 1   1 2 1 2  x                                         f f n 1 1 , n f f n 1 1 , n f f n 1 1 , n 1 1 f f n 1 1 , n 1 1 1 2 1 2 1 2 1 2 = vertical low pass* horizontal high pass vertical low pass horizontal high pass    f                      K * f n 1 , n 1 f n 1 , n 1     1 2 1 2   y                           f n , n 1 f n , n 1 f n 1 , n 1 f n 1 , n 1 1 2 1 2 1 2 1 2 = vertical high pass* horizontal low pass

  32. GRADIENT ESTIMATION GRADIENT ESTIMATION • Gradient modulus = the value of the higher directional derivative g • Gradient phase = orientation of the higher directional derivative Squared lattice =eight possible directions     1 0 1 0 1 1                 h n 1 n , 1 0 1 h n 1 n , 1 0 1     2 2        1 0 1 1 1 0        E NE         1 1 1 1 1 0            h n 1 n , 0 0 0 h n 1 n , 1 0 1     2 2              1 1 1 1 1 1 0 0 1 1 1 1         N NW

  33. GRADIENT ESTIMATION GRADIENT ESTIMATION       0 0 1 1 1 1      1 0 1           h n 1 n , 1 0 1   h n 1 n , 1 0 1       2 2     1 1 0    1   1 0   W SW       1 1 0        1 1 1 1 1 1           h n 1 n , 1 0 1  h n 1 n , 0 0 0     2 2     0 0 1 1 1 1         1 1 1 1 1 1     S SE

  34. EX.: PREWITT METHOD 3X3 O 3 3

  35. SOBEL METHOD SOBEL METHOD  Same dimensions of Prewitt filter S di i f P i fil  Different weight for central point in different directions.      1 2 1  1     1 0        h 0 0 0   h 2 0 2     c r   1 2 1          1 1 0 0 1 1      Sobel for exagonal grids.    1 1     h 2 0 2        1 1  

  36. EX.: SOBEL METHOD SO O

  37. COMPARISON COMPARISON Roberts Sobel Sobel Prewitt Prewitt

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend