Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 552 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 552 Bytes

part of camodocal

Google Ceres is needed.

Calibration:

Use intrinsic_calib.cc to calibrate your camera.

Undistortion:

See Camera.h for general interface:

  • liftProjective: Lift points from the image plane to the projective space.
  • spaceToPlane: Projects 3D points to the image plane (Pi function)