34 #ifndef AIMS_TRANSFORM_RIGIDESTIMATION_H 35 #define AIMS_TRANSFORM_RIGIDESTIMATION_H 44 class AffineTransformation3d ;
50 bool looseCondition =
true ) ;
67 std::vector<Point3df> _pointsFrom ;
68 std::vector<Point3df> _pointsTo ;
69 bool _looseCondition ;
73 bool _motionCalculated ;
76 void looseEstimation() ;
77 void pointToPointEstimation() ;