Hello, I try to learn camera calibration. I used cv::calibrateCamera to obtain intrinsic camera matrix, distortion coefficients, rotation vectors, and translation vectors. How do I get the extrinsic matrix for that camera? I learned that I need to find a rotation matrix and translation matrix to build an extrinsic matrix but cv::calibrateCamera gives me rotation vector and translation vector for each calibration image, as a result, if I use cv::Rodriguez I get rotation matrices for each calibration image.
@Eduardo , so what do you mean that is not possible to obtain the extrinsic matrix from a single camera and the camera calibration method? I had the same exact doubt from @lightbringer , and I was expecting to get the camera angles and height from the camera calibration.