22 TooN::SE3<>
computeHandEyeSingle(
const std::vector<TooN::SE3<> > & AB,
const std::vector<TooN::SE3<> > & CD );
31 std::pair<TooN::SE3<>, TooN::SE3<> >
computeHandEye(
const std::vector<TooN::SE3<> > & AB,
const std::vector<TooN::SE3<> > & CD );
40 TooN::SO3<>
computeHandEyeSingle(
const std::vector<TooN::SO3<> > & AB,
const std::vector<TooN::SO3<> > & CD );
49 std::pair<TooN::SO3<> , TooN::SO3<> >
computeHandEye(
const std::vector<TooN::SO3<> > & AB,
const std::vector<TooN::SO3<> > & CD );
53 #endif // TAG_HANDEYE_H_