Hello,
Is it possible to import OPK from ASCII file, and then convert them to Yaw,Pitch, Roll using script below:
#to convert opk into ypr
yaw, pitch, roll = PhotoScan.utils.mat2ypr(PhotoScan.utils.opk2mat(PhotoScan.Vector((omega, phi, kappa))).t())
I have no idea how to import OPK from ASCII file (ID, X, Y, Z, omega, phi kappa) without numpy...
I count on your support