Pinhole Camera Model

Creator
Creator
Seonglae Cho
Created
Created
2023 Apr 11 1:17
Editor
Edited
Edited
2023 Apr 19 16:17
Refs
Refs

Single View Geometry

Principal point

point where principal axis intersects the image plane
  • Principal Axis
    • perpendicular to the image plane
  • Normalized coordinate system
    • camera center is at the origin and the principal axis is the z-axis
  • f is distance between camera and image plane
  • P is principal Point (0, 0, Z)
notion image
 
 

Calibration

notion image
and then fill decomposed matrix (cameral internal and camera external becuz f is internal to the camera)
notion image

External Factor

notion image
notion image

Intrinsic Parameter

notion image
 
  1. recover transition matrix
  1. recover location
  1. recover principle point and image point small x
  1. use multiple and recover large X
 
 

Two linearly independent equations

notion image
P has 11 degrees of freedom (12 parameters, but scale is arbitrary)
notion image
solve the unknown P
 
 
 
 
 

Recommendations