- Determine the intrinsic camera parameters (such as focal length, principal point, and distortion coefficients) and extrinsic camera parameters (position and orientation in 3D space) by a process called camera calibration.
- Register the images to a common coordinate system. This involves finding correspondences between points in the images and using these correspondences to estimate the transformation that aligns the images.
- Next, with the camera calibrated and images registered, you can compute the angles between the cameras based on their respective positions and orientations in 3D space.
- https://www.mathworks.com/help/vision/feature-detection-and-extraction.html
- https://www.mathworks.com/help/vision/camera-calibration.html