David의 개발 이야기!
[CV Lecture 11] - Image Stitching 본문
반응형
이미지를 이어붙이다보면, 어색한 경계선이 보일때가 있다. 이를 해결하고자, 하는 기법들을 배우고자 한다.
A. Image Blending
1. Blending 이란?
2. Alpha Blending
2. Laplacian Blending
1. Comput Laplacian pyramid
2. Compute Gaussian pyramid on weight image / can put this in A channel
3. Blend Laplacians using Gaussian blurred weights
4. Reconstruct the final image
low frequency 일때는 많이 섞고, blend a lot , high frequency 는 조금 만 섞는다. 왜냐하면, Large features 는 low frequencies 를 포함하고, small features 는 high frequecny를 포함하고 있기 때문이다.
반응형
'컴퓨터비전' 카테고리의 다른 글
[CV Lecture 12] - Image Classification (0) | 2023.12.17 |
---|---|
[CV Lecture 10] - Image Alignment (0) | 2023.12.17 |
[CV Lecture 09] Geometric Transformation (1) | 2023.12.17 |
[CV Lecture 08] Feature Description, Feature Matching (0) | 2023.12.03 |
[CV Lecture 07] Feature Detection (Cont.) (0) | 2023.12.03 |
Comments