Hi,
I am working on a project that involves using stereo cameras for obtaining the 3D coordinate of a drone. I am currently trying to obtain orientation (yaw only) estimate of the drone using a pair of external (manually) calibrated stereo cameras.
Are there any ways to do this in OpenCV ? I have seen this tutorial but it does not work for 3D non-planar objects.
Kindly note that while there are some existing posts (like this ) but they are mostly on triangulation for the 3D coordinate, while my question here is on finding the orientation (yaw only) using external stereo cameras.