First time here? Check out the FAQ!

Ask Your Question
0

solvePnP object pose for Omnidirectional model

asked Aug 13 '18

ROSpioneer gravatar image

I'm interested in pose estimation using slightly different sensors called omnidirectional camera, they are based on Unified Omnidirectional Model to project 3D points into image plane.

Opencv has a function called solvePnP to find the pose of an object using couple of 2D-3D points for standard cameras.

My question is if there is a similar function for those particular cameras? in opencv or any other library.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Oct 10 '19

You could use omnidir from the contribs or fisheye. omnidir has a much better distortion model than fisheye, but it's a little buggy. They don't have explicit implementations of solvePnP but their calibration functions get pose estimates as part of the calibration solution, and I guess if you needed PnP without the distortion calibration, you could just fix the intrinsics to an initial guess.

Preview: (hide)

Question Tools

2 followers

Stats

Asked: Aug 13 '18

Seen: 683 times

Last updated: Oct 10 '19