94
CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

  • View
    232

  • Download
    0

Embed Size (px)

Citation preview

Page 1: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

CSCE 641 Computer Graphics:Image Sampling and Reconstruction

Jinxiang Chai

Page 2: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Review: 1D Fourier Transform

A function f(x) can be represented as a weighted combination of phase-shifted sine waves

How to compute F(u)?

dxexfuF uxi 2)()(

dueuFxf uxi 2)()( Inverse Fourier Transform

Fourier Transform

Page 3: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Review: Box Function

21 02

1 1)(

x

xxf

)(sinsin

)( ucu

uuF

x

u

f(x)

|F(u)|

If f(x) is bounded, F(u) is unbounded

Page 4: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Review: Cosine

-1.5

-1

-0.5

0

0.5

1

1.5

1-1

If f(x) is even, so is F(u)

)2cos( x

Page 5: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Review: Gaussian

2222 ue -0.02

0.03

0.08

0.13

0.18

-0.02

0.03

0.08

0.13

0.18

2

2

2

2

1

x

e

If f(x) is gaussian, F(u) is also guassian.

2222 ue

Page 6: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Review: Properties

Linearity:

Time shift:

Derivative:

Integration:

Convolution:

)()()()( ubGuaFxbgxaf

)()( 020 uFexxf uxi

)()(

uuFx

xdf

u

uFdxxf

)()(

)()()()( uGuFxgxf

Page 7: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Outline

2D Fourier Transform

Nyquist sampling theory

Antialiasing

Gaussian pyramid

Page 8: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Extension to 2D

Fourier Transform:

Inverse Fourier transform:

dvduevuFyxf vyuxi )(2),(),(

dydxeyxfvuF vyuxi )(2),(),(

Page 9: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Building Block for 2D Transform)(2 vyuxie

Building block:

Frequency:

Orientation:

22 vu

),tan( uvaOriented wave fields

Page 10: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Building Block for 2D Transform

Higher frequency

)(2 vyuxie Building block:

Frequency:

Orientation:

22 vu

),tan( uvaOriented wave fields

Page 11: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Some 2D Transforms

From Lehar

Page 12: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Some 2D Transforms

Why we have a DC component?

From Lehar

Page 13: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Some 2D Transforms

Why we have a DC component?

From Lehar

Page 14: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Some 2D Transforms

Why we have a DC component?

From Lehar

Page 15: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Some 2D Transforms

Why we have a DC component?

From Lehar

Page 16: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Some 2D Transforms

Why we have a DC component?

- the sum of all pixel values

From Lehar

dydxeyxfF yxi )00(2),()0,0(

Page 17: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Some 2D Transforms

Why we have a DC component?

- the sum of all pixel values

Oriented stripe in spatial domain = an oriented line in spatial domain

From Lehar

dydxeyxfF yxi )00(2),()0,0(

Page 18: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Fourier Transform

Why?- Any relationship between two slopes?

Page 19: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Fourier Transform

Linearity

Why?- Any relationship between two slopes?

Page 20: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Fourier Transform

Why is the spectrum bounded?

Linearity

Why?- Any relationship between two slopes?

Page 21: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Online Java Applet

http://www.brainflux.org/java/classes/FFT2DApplet.html

Page 22: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Fourier Transform Pairs

u vk k y

v

x

u

T

kv

T

ku ),(

x

yxdf ),( ),( vuuF

Gaussian Gaussian

x yk k

yyxx TkyTkx ),(

y

yxdf ),( ),( vuvF

Page 23: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Image FilteringInverse

transformFourier

transform

From Lehar

Page 24: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Image FilteringInverse

transformFourier

transform

Low-pass filter

From Lehar

Page 25: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Image FilteringInverse

transformFourier

transform

Low-pass filter

high-pass filter

From Lehar

Page 26: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

2D Image FilteringInverse

transformFourier

transform

Low-pass filter

high-pass filter

band-pass filter

From Lehar

Page 27: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Aliasing

Why does this happen?

Page 28: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Aliasing

How to reduce it?

Page 29: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

f(x)

x

T 2T…-2T -T… 0

fs(x)

x

Sampling

Page 30: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

f(x)

x

T 2T…-2T -T… 0

fs(x)

x

Sampling

Reconstruction

Page 31: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

What sampling rate (T) is sufficient to reconstruct the continuous version of the sampled signal?

f(x)

x

T 2T…-2T -T… 0

fs(x)

x

Sampling

Reconstruction

Page 32: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Theory

• How many samples are required to represent a given signal without loss of information?

• What signals can be reconstructed without loss for a given sampling rate?

Page 33: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Spatial Domain

k

kTxxf )()(

f(x)

T 2T…-2T -T… 0

fs(x)

x

x T 2T…-2T -T… 0 x

k

kTx )(

X

?

Page 34: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Spatial Domain

k

kTxxf )()(

f(x)

T 2T…-2T -T… 0

fs(x)

x

x T 2T…-2T -T… 0 x

k

kTx )(

X

? What happens in Frequency domain?

Page 35: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Fourier Transform of Dirac Comb

k

kTx )(

T

Page 36: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Review: Dirac Delta and its Transform

00

0)(

x

xx

x

1)( uF1

u

f(x)

|F(u)|

Fourier transform and inverse Fourier transform arequalitatively the same, so knowing one direction gives you the other

1)( dxx

)0()()( fdxxxf

Page 37: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Review: Fourier Transform Properties

Linearity:

Time shift:

Derivative:

Integration:

Convolution:

)()()()( ubGuaFxbgxaf

)()( 020 uFexxf uxi

)()(

uuFx

xdf

u

uFdxxf

)()(

)()()()( uGuFxgxf

Page 38: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Fourier Transform of Dirac Comb

k

kTx )(

T

k

ukTie 2

Page 39: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Fourier Transform of Dirac Comb

kk

ukTi

T

kue )(2

Page 40: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Fourier Transform of Dirac Comb

k

kTx )( )(T

ku

k

T 1/T

k

ukTie 2

Moving the spikes closer together in the spatial domain moves them farther apart in the frequency domain!

Page 41: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Spatial Domain

k

kTxxf )()(

f(x)

T 2T…-2T -T… 0

fs(x)

x

x T 2T…-2T -T… 0 x

k

kTx )(

X

? What happens in Frequency domain?

Page 42: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

1/T …-1/T… 0 u

n T

nu )(F(u)

u-fmax fmax

Page 43: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

1/T …-1/T… 0 u

n T

nu )(F(u)

u-fmax fmax

How does the convolution result look like?

Page 44: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

1/T …-1/T… 0 u

)(uF(u)

u-fmax fmax

Page 45: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

)()( uuF

1/T …-1/T… 0 u

)(uF(u)

u-fmax fmax

Page 46: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

)()()( uGuuF

1/T …-1/T… 0 u

)(uF(u)

u-fmax fmax

G(0)?

G(fmax)?

G(u)?

Page 47: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

)()()( uGuuF

1/T …-1/T… 0 u

)(uF(u)

u-fmax fmax

G(0) = F(0)

G(fmax) = F(fmax)

G(u) = F(u)

Page 48: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

)()( uuF

)(u

1/T …-1/T… 0 u

F(u)

u-fmax fmax

Fs(u)

u-fmax fmax-1/T 1/T

)

1(

Tu How about

Page 49: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

)()( uuF

)(u

1/T …-1/T… 0 u

F(u)

u-fmax fmax

Fs(u)

u-fmax fmax-1/T 1/T

)

1(

Tu How about

Page 50: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

n T

nuuF )()(

1/T …-1/T… 0 u

n T

nu )(F(u)

u-fmax fmax

Fs(u)

u-fmax fmax-1/T 1/T

Page 51: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Theory

• How many samples are required to represent a given signal without loss of information?

• What signals can be reconstructed without loss for a given sampling rate?

Page 52: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis: Freq. Domain

n T

nuuF )()(

1/T …-1/T… 0 u

n T

nu )(F(u)

u-fmax fmax

Fs(u)

u-fmax fmax-1/T 1/T

How can we reconstruct the original signal?

Page 53: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Reconstruction in Freq. Domain

u-fmax fmax

Fs(u)

u-fmax fmax

box(u)

u-fmax fmax

)()( uboxuFs

Page 54: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Signal Reconstruction in Freq. Domain

T 2T…-2T -T… 0

x

fs(x)

f(x)

x

Fs(u)

u-fmax fmax

F(u)

u-fmax fmax

)()( uboxuFs

Inverse Fourier transform

Fourier transform

Page 55: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Signal Reconstruction in Spatial Domain

)sin()( xxf s

T 2T…-2T -T… 0

x

x

fs(x) sinc(x)

Page 56: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Aliasing

Why does this happen?

Page 57: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

T …-T… 0

f(x) F(u)

fs(x)

x

ux -fmax fmax

Fs(u)

u-fmax fmax

When does aliasing happen?

Page 58: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

T …-T… 0

f(x) F(u)

fs(x)

x

ux -fmax fmax

Fs(u)

u-fmax fmax

max21

fT

When does aliasing happen?

Page 59: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

T …-T… 0

f(x) F(u)

fs(x)

x

ux -fmax fmax

Fs(u)

u-fmax fmax

max21

fT

When does aliasing happen?

Page 60: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

T …-T… 0

f(x) F(u)

fs(x)

x

ux -fmax fmax

Fs(u)

u-fmax fmax

max21

fT

When does aliasing happen?

Page 61: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

What sampling rate (T) is sufficient to reconstruct the continuous version of the sampled signal?

f(x)

x

T 2T…-2T -T… 0

fs(x)

x

Sampling

Reconstruction

Page 62: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sampling Analysis

What sampling rate (T) is sufficient to reconstruct the continuous version of the sampled signal?

f(x)

x

T 2T…-2T -T… 0

fs(x)

x

Sampling

Reconstruction

Sampling Rate ≥ 2 * max frequency in the signal• this is known as the Nyquist Rate

Page 63: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Antialiasing

Page 64: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Antialiasing

Increase the sampling rate to above twice the highest frequency

u-fmax fmax

Page 65: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Antialiasing

Increase the sampling rate to above twice the highest frequency

Introduce an anti-aliasing filter to reduce fmax

u-fmax fmax

Fs(u)

u-fmax fmax

Page 66: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Antialiasing

Increase the sampling rate to above twice the highest frequency

Introduce an anti-aliasing filter to reduce fmax

u-fmax fmax

Fs(u)

u-fmax fmax

Page 67: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sinc Filter

F(u)

u-fmax fmax

Is this a good filter?

Page 68: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sinc Filter

F(u)

u-fmax fmax

x

Inverse Fourier transform

)(sinsin

)( xcx

xxf

Is this a good filter?

Page 69: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sinc Filter

Is this a good filter?F(u)

u-fmax fmax

x

Multiplying with a box function in frequency domain

Convolution with a sinc function in spatial domain

Inverse Fourier transform

)(sinsin

)( xcx

xxf

Page 70: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Sinc Filter

Is this a good filter?F(u)

u-fmax fmax

x

Multiplying with a box function in frequency domain

Convolution with a sinc function in spatial domain

Good: removes all frequency components above a given bandwidth

Bad:

- an infinite support in spatial domain and hard to do in the spatial domain

- Fluctuation causes ripples

- Negative weights (not good for filtering pixles)

Inverse Fourier transform

)(sinsin

)( xcx

xxf

Page 71: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Good Pre-filtering filters

Finite support in frequency domain - cut-off frequency

Finite support in spatial domain - implementation in spatial domain

Positive weights

- good for filtering pixels

Page 72: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Other Filter Choices

Mean filter

Triangular filter

Gaussian filter

x

f(x)

u

|F(u)|sinc(u)

Sin2c(u)

2222 ue

-0.02

0.03

0.08

0.13

0.18

-0.02

0.03

0.08

0.13

0.18

2

2

2

2

1

x

e

2222 ue

Cannot have a filter with finite support in both spatial and frequency domain (box, mean, triangular)

- box filter: finite in freq. and infinite in spatial domain

- mean and triangular: infinite in freq. and finite in spatial domain

Gaussian filter provides a good tradeoff between two domains

Page 73: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Other Filter Choices

Mean filter

Triangular filter

Gaussian filter

x

f(x)

u

|F(u)|sinc(u)

Sin2c(u)

2222 ue

-0.02

0.03

0.08

0.13

0.18

-0.02

0.03

0.08

0.13

0.18

2

2

2

2

1

x

e

2222 ue

Cannot have a filter with finite support in both spatial and frequency domain (box, mean, triangular)

- box filter: finite in freq. and infinite in spatial domain

- mean and triangular: infinite in freq. and finite in spatial domain

Gaussian filter provides a good tradeoff between two domains

Page 74: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian FilterFs(u)

u-fmax fmax

Page 75: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian FilterFs(u)

u-fmax fmax-0.02

0.03

0.08

0.13

0.18

Inverse Fourier transform

Page 76: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian FilterFs(u)

u-fmax fmax

Multiplying with gaussian function in frequency domain

Convolution with a gaussian function in spatial domain

-0.02

0.03

0.08

0.13

0.18

Inverse Fourier transform

Page 77: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian FilterFs(u)

u-fmax fmax

Multiplying with gaussian function in frequency domain

Convolution with a gaussian function in spatial domain

- Since the Gaussian function decays rapidly, it is reasonable to truncate the filter window

- Its standard deviation controls the smoothness of filtered signal: large σ in spatial domain = lower cutoff frequency

- Easy to implement it in the spatial domain

-0.02

0.03

0.08

0.13

0.18

Inverse Fourier transform

Page 78: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Filtering in Spatial Domain

=

Filter functionInput imageFiltered image

Page 79: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian Filtering in Spatial Domain

Discrete approximation to Gaussian function with σ =1.0

Page 80: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Filtering in Spatial Domain

Discrete approximation to Gaussian function with σ =1.0

Page 81: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Filtering in Spatial Domain

Discrete approximation to Gaussian function with σ =1.0

Page 82: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Filtering in Spatial Domain

Discrete approximation to Gaussian function with σ =1.0

Page 83: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Filtering in Spatial Domain

Discrete approximation to Gaussian function with σ =1.0

Filtered_I45 = Xwindownpixels

Page 84: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian Pre-filtering

G 1/4

G 1/8

Gaussian 1/2

Solution: filter the image, then subsample– Filter size should double for each ½ size reduction.

Why?

Page 85: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian Pre-filtering

G 1/4 G 1/8Gaussian 1/2

Solution: filter the image, then subsample– Filter size should double for each ½ size reduction.

Why?

Page 86: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Without Prefiltering

1/4 (2x zoom) 1/8 (4x zoom)1/2

Page 87: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Known as a Gaussian Pyramid– MipMap (Williams, 1983)

Image Pyramids

Page 88: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

MipMap

Mip (latin phase): many things in a small place

Used for texture mapping

Small-scale texture used for rendering distant objects

Page 89: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Gaussian Pyramid

filter mask

Repeat– Filter– Subsample

Until minimum resolution reached – can specify desired number of levels (e.g., 3-level pyramid)

The whole pyramid is only 4/3 the size of the original image!

Page 90: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Laplacian Pyramid

Laplacian Pyramid (subband images)- Created from Gaussian pyramid by subtraction

- Encode fine to course structure in a different level

Page 91: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Laplacian Pyramid

What happens in frequency domain?

Page 92: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Where Are They Used?

Texture mapping - Mipmap

Image processing - Image composition/blending - Image compression

Computer vision - Image matching - Motion tracking - Optical flow estimation

Page 93: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Summary

2D Fourier Transform

Nyquist sampling theory - Sampling Rate ≥ 2 * max frequency in the signal

Antialiasing - prefiltering

Gaussian pyramid - Mipmap

Page 94: CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai

Next Lecture

Image Processing

- Filtering noise

- Bilateral filter

- Feature extraction