학습 내용
1. Fourier Transform
2. 2D에서 Fourier Transform
3.
1. Fourier Transform
time domain 의 신호를 frequency domain(주파수 영역) 으로 바꾸는 것.
frequency domain에서 신호를 해석하면, time domain에서 보이지 않던 특징들을 발견할 수 있다.
2D에서 Fourier Transform
time domain에서 convolution은 frequency domain에서는 그냥 곱셈이다.
1. 원본 이미지를 그림1으로 fourier transform 하고, [그림1]
2. gaussian kernel(5x5짜리) 를 fourier transform 하고, [그림3]
3. 둘이 곱해서 [그림1]x[그림3]
4. 가운데만 남겨진다. 이를, 다시 역 fourier transform 하면 gaussian filter가 적용된 이미지가 나온다.
출처
'Computer Vision' 카테고리의 다른 글
13. Canny Edge Detection (Bilinear Interpolation) (0) | 2021.01.22 |
---|---|
12. Edge Detection (Discrete 환경, Noise 환경) (0) | 2021.01.22 |
10. Sampling Theorem (Image Scaling, Image Subsampling) (0) | 2021.01.10 |
9. Image Filtering(2) (Histogram Equalization, Histogram Matching) (0) | 2021.01.10 |
8. Image Filtering(1) (Convolution, Mean, Gaussian, median) (0) | 2021.01.04 |
댓글