move PointPairs to Point3.h
parent
89dfdf082f
commit
b839444d17
|
@ -30,8 +30,6 @@ namespace gtsam {
|
||||||
// Forward declarations
|
// Forward declarations
|
||||||
class Pose3;
|
class Pose3;
|
||||||
|
|
||||||
typedef std::vector<Point3Pair> PointPairs;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 3D similarity transform
|
* 3D similarity transform
|
||||||
*/
|
*/
|
||||||
|
@ -128,6 +126,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create Similarity3 by aligning at least two pose pairs
|
* Create Similarity3 by aligning at least two pose pairs
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
GTSAM_UNSTABLE_EXPORT static Similarity3 Align(const std::vector<Pose3Pair>& abPosePairs);
|
GTSAM_UNSTABLE_EXPORT static Similarity3 Align(const std::vector<Pose3Pair>& abPosePairs);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue