Skip to content

Similar to solvePnP (Perspective-n-Point) algorithm in OpenCV but for Spherical Camera Images

Notifications You must be signed in to change notification settings

mpdmanash/solveSnP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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])

About

Similar to solvePnP (Perspective-n-Point) algorithm in OpenCV but for Spherical Camera Images

Topics

Resources

Stars

Watchers

Forks