Merge branch 'fixes' into matlab-update
						commit
						524806ee4a
					
				|  | @ -171,7 +171,7 @@ Similarity3 Similarity3::Align(const Point3Pairs &abPointPairs) { | |||
|   return internal::align(d_abPointPairs, aRb, centroids); | ||||
| } | ||||
| 
 | ||||
| Similarity3 Similarity3::Align(const vector<Pose3Pair> &abPosePairs) { | ||||
| Similarity3 Similarity3::Align(const Pose3Pairs &abPosePairs) { | ||||
|   const size_t n = abPosePairs.size(); | ||||
|   if (n < 2) | ||||
|     throw std::runtime_error("input should have at least 2 pairs of poses"); | ||||
|  |  | |||
|  | @ -133,7 +133,7 @@ class GTSAM_EXPORT Similarity3 : public LieGroup<Similarity3, 7> { | |||
|    * computed using the algorithm described here: | ||||
|    * http://www5.informatik.uni-erlangen.de/Forschung/Publikationen/2005/Zinsser05-PSR.pdf
 | ||||
|    */ | ||||
|   static Similarity3 Align(const std::vector<Pose3Pair>& abPosePairs); | ||||
|   static Similarity3 Align(const Pose3Pairs& abPosePairs); | ||||
| 
 | ||||
|   /// @}
 | ||||
|   /// @name Lie Group
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue