I have a single calibrated camera with Known
- Camera Intrinsics. fx,fy,cx,cy
- Distortion Co-efficients K1,K2,K3,T1,T2,etc..
- Camera Rotation & Translation (R,T) from IMU
After Undistortion, I have computed Point correspondence of checkerboard points in all the images with a known camera-to-camera Rotation and Translation vectors.
How can I estimate the 3D points of the checkerboard in all the images?
I think OpenCV has a function to do this but I'm not able to understand how to use this!
How to compute the 3D Points using OpenCV?