일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 데이터 과학
- node.js
- 김양재
- 딥러닝
- openCV
- 우리들교회
- No SQL
- c++
- Artificial Intelligence
- 빅 데이타
- data science
- 몽고디비
- 확률
- 김양재 목사님
- 주일설교
- WebGL
- Machine Learning
- Deep learning
- Big Data
- 인공지능
- nodeJS
- 빅데이터
- 통계
- 빅 데이터
- 김양재 목사
- Statistics
- probability
- 빅데이타
- MongoDB
- R
Archives
- Today
- Total
목록pyrdown (1)
Scientific Computing & Data Science
[OpenCV] Image Pyramid
TheoryImage PyramidImage Pyramid란, 원본 이미지로부터 원하는 만큼 연속적으로 다운샘플링(downsample)을 하는 것을 의미합니다. Image Pyramid의 종류Gaussian Pyramid : 이미지 다운샘플(downsample)Laplacian Pyramid : 이미지 업샘플(upsample)Gaussian Pyramidi 번째 레이어를 \(G_i\), (i + 1)번째 레이어를 \(G_{i+1}\)라고 하겠습니다.(i + 1)번째 레이어를 얻으려면 다음의 Gaussian 커널을 \(G_i\)를 컨벌루션합니다: \( \displaystyle{\frac{1}{16}} \begin{bmatrix} 1 & 4 & 6 & 4 & 1 \\ 4 & 16 & 24 & 16 & 4 \..
Programming/OpenCV
2015. 3. 24. 01:09