Loading [MathJax]/jax/output/CommonHTML/jax.js
[CV] Image Plane to Image Sensor Mapping
·
Programming/DIP
Image Plane to Image Sensor MappingImage Plane에서의 coordinate xi,yi는 mm 단위를 가지며  "결과 image"의 coordinate라고 생각할 수 있다.하지만 계산의 용이성 때문에 xi,yi 보다는normalized image plane의 coordinate xn,yn 이 많이 사용된다.또한, 현재 카메라는pixel로 구성된 plane sensor를 사용하고,결과 이미지들도 digital image로 pixel기반이기 때문에, 실제 우리가 image에서 사용하는 coordinate 는 거의 대부분pixel 기반의 u-v coordinate (or pixel coordinate) 가 된다.다음 그림은 image ..