Closed ANaaim closed 7 months ago
Hi, I haven't tested it but it reasonably seems like you are right! Are you using a checkerboard to calibrate the extrinsic parameters? I do not generally recommend this as I feel like you would get suboptimal results, but since I have not tested it often, it may be a bug that I have missed. I supposed you have tried with objp instead and that it works better?
As usual, thank you for testing the code and spotting mistakes for me :)
Yep I tried and it worked so I will do a PR if needed.
Sure, that would be great!
linked to #91
Can be closed as PR was merged.
Hello,
I think there is an error in calibration.py at line 691
Why in extrinsic method we have
and not
obj_not_used should be objp no ?