Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 371 Bytes

solveSnP

Function to estimate camera position from 3D world point - 2D image point correspondences.

Similar to solvePnP function of OpenCV, but for 360 degrees spherical cameras like Ricoh Theta S.

Depends:

  • ceres
  • OpenCV

Build and demo:

  • $ mkdir build
  • $ cd build
  • $ cmake ..
  • $ make
  • $ ./demo

Author: Manash Pratim Das ([email protected])