First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Nov 8 '13

Davinci gravatar image

SolvePnP(), flags: which is the best method? lll

The solvePnP() function can use different methods:

  • CV_ITERATIVE
  • CV_P3P
  • CV_EPNP

And there is also solvePnPRansac. I can find some papers describing the methods but not a real comparison of all methods. Is there somewhere a study that compares all these methods and gives the best method per situation? Or has someone some recommendations?

click to hide/show revision 2
No.2 Revision

SolvePnP(), flags: which is the best method? lllmethod?

The solvePnP() function can use different methods:

  • CV_ITERATIVE
  • CV_P3P
  • CV_EPNP

And there is also solvePnPRansac. I can find some papers describing the methods but not a real comparison of all methods. Is there somewhere a study that compares all these methods and gives the best method per situation? Or has someone some recommendations?