728x90
Pose라는 용어는
Computer Vision, Augmented Reality, Computer Graphics, Robot Engineering 등에서
특정 object의
- 공간에서의 위치(position)와
- 해당 위치에서의 자세(or 방향, orientation)를
합친 개념임.
- Position (위치)
- 3차원 공간에서의 object의 위치를 나타냄. 보통 x,y,z 좌표로 나타내어짐.
- Orientation (자세, 방향)
- Object의 방향으로 rotation matrix, Rodrigues angle, Euler angle, 또는 Quaternion 으로 나타내어짐.
Pose Estimation이라고 하면, 촬영 대상의 pose를 측정데이터로부터 추출하는 것을 주로 의미함.
Camera Calibration을 통해 보통 camera의 pose (~Extrinsic parameters)가 계산됨.
같이 보면 좋은 자료들
2024.07.07 - [Programming/DIP] - [Math] Euler Angles and Rotation Matrix
2023.08.05 - [.../Math] - [Math] Rotation Vector (= Axis-Angle, Rodrigues Angle)
2024.06.22 - [Programming/DIP] - [CV] Geometric Camera Model
반응형
'Programming > DIP' 카테고리의 다른 글
[CV] Example: Essential Matrix and Epipolar Line (2) | 2024.07.16 |
---|---|
[CV] Example: Fundamental Matrix and Epipolar Line (등극선) (1) | 2024.07.16 |
[CV] Intrinsic Rotation and Extrinsic Rotation (0) | 2024.07.07 |
[Math] Euler Angles and Rotation Matrix (0) | 2024.07.07 |
[CV] Perspective Projection (원근 투영법): Camera to Image (0) | 2024.07.06 |