Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 머신러닝
- PRML
- Python
- web
- 알고리즘
- pytorch
- clean code
- algorithm
- 딥러닝
- computervision
- Meta Learning
- Front
- REACT
- 자료구조
- FineGrained
- classification
- FGVC
- math
- dl
- ML
- Torch
- GAN
- cs
- 3d
- nlp
- CV
- SSL
- nerf
- Depth estimation
- Vision
- Today
- Total
KalelPark's LAB
[Math] chapter 3.3 [Structure-from-Motion: Factorization] 본문
Orthographic Factorization
W는 N frame을 통해 추적된 P feature point를 나타낸다고 가정합시다.W를 고려하여, camera motion과 structure를 복원하는 것입니다.
참고 : https://soohee410.github.io/orthogonal_projection
일반화를 위해서, 3D coordinate system은 Center에 있다고 가정을 합니다
이후, SVD에 관련하여, 기하학적 설명이 나옵니다.
SVD와 Cholesky decomposition을 찾아보면 좋을 것 같습니다.. :) -> 추후 업로드 예정
참고 : https://darkpgmr.tistory.com/106
'Study > Math' 카테고리의 다른 글
[Math] chapter 4.1 [Stereo Reconstruction] (0) | 2023.04.09 |
---|---|
[Math] chapter 3.4 [Structure-from-Motion: Bundle Adjustment] (2) | 2023.04.08 |
[Math] chapter 3.2 [Structure-from-Motion: Two-frame Structure-from-Motion] (0) | 2023.04.07 |
[Math] chapter 3.1 [Structure-from-Motion: Preliminaries] (0) | 2023.04.06 |
[Math] chapter 2.4 [Image Sensing Pipeline] (0) | 2023.04.06 |
Comments