gast
#1
Hi,
I just wanted to verify :
Are the rotation angles reported in shots.geojson OPK in this order or YPR?

Thanks
2 Likes
Neither; that’s an axis-angle vector representation of the rotation matrix (in UTM space).
You can use OpenCV’s cv2.Rodrigues
to compute the actual rotation matrix.
3 Likes
gast
#3
ok understood.
Thank you @pierotofy
2 Likes