Eigen::Quaterniond q = Eigen::Quaterniond(qw, qx, qy, qz);
Eigen::Matrix3d R = q.normalized().toRotationMatrix();
Eigen::Vector3d t(tx, ty, tz);
--You received this message because you are subscribed to the Google Groups "COLMAP" group.To unsubscribe from this group and stop receiving emails from it, send an email to colmap+un...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/colmap/9bb74194-ec03-4f69-ba3a-b5079f92c3cbn%40googlegroups.com.