일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 플러터
- map
- 선형대수학
- 파이썬
- pytorch
- 42서울
- 딥러닝
- 인공지능
- 지정헌혈
- 회귀
- 크롤러
- 자연어처리
- 모델
- Computer Vision
- 데이터분석
- 크롤링
- AI
- CV
- Regression
- Flutter
- 유데미
- 피플
- mnist
- 앱개발
- filtering
- 머신러닝
- 42경산
- RNN
- 선형회귀
- 코딩애플
Archives
- Today
- Total
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 (1) | 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