[CV] Image Plane to Image Sensor Mapping
·
Programming/DIP
Image Plane to Image Sensor MappingImage Plane에서의 coordinate $x_i, y_i$는 $\text{mm}$ 단위를 가지며 "결과 image"의 coordinate라고 생각할 수 있다.하지만 계산의 용이성 때문에 $x_i, y_i$ 보다는normalized image plane의 coordinate $x_n, y_n$ 이 많이 사용된다.Pixel Coordinate (u-v coordinate, sensor coordinate)또한, 현재 카메라는pixel로 구성된 plane sensor를 사용하고,결과 이미지들도 digital image로 pixel기반이기 때문에, 실제 우리가 image에서 사용하는 coordinate 는 거의 대부분pixel 기반의 u-v..