We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77af12 commit 658ebd3Copy full SHA for 658ebd3
gtsam/gtsam.i
@@ -1063,7 +1063,9 @@ class Similarity3 {
1063
Similarity3(const Matrix& R, const Vector& t, double s);
1064
Similarity3(const Matrix& T);
1065
1066
+ gtsam::Point3 transformFrom(const gtsam::Point3& p) const;
1067
gtsam::Pose3 transformFrom(const gtsam::Pose3& T);
1068
+
1069
static gtsam::Similarity3 Align(const gtsam::Point3Pairs & abPointPairs);
1070
static gtsam::Similarity3 Align(const gtsam::Pose3Pairs & abPosePairs);
1071
0 commit comments