xoox / calibrel

More Accurate Pinhole Camera Calibration with Imperfect Planar Target. Not maintained anymore.
https://xoox.github.io/calibrel/
Other
16 stars 3 forks source link

will imperfect planar target lead to an issue like that #3

Open HaoQChen opened 5 years ago

HaoQChen commented 5 years ago

Hey there, will imperfect planar target lead to an issue like that? https://github.com/opencv/opencv/issues/14596#issue-447003156

We use a chessboard printed by A1 paper

I am on the verge of collapse~~~~

xoox commented 5 years ago

Hi, this project uses the same camera model as OpenCV and shares as much code as possible. The only difference is the optimization process which release the chessboard's coordinates too (for the fact the checkerboard is not precisely machined).

The new calibration method was not tested with wide-angular cameras because the camera model might be not fit them.

If interested, you can ran some test with the example code from OpenCV with your images feed-in.