34#ifndef AIMS_TRANSFORM_RIGIDESTIMATION_H
35#define AIMS_TRANSFORM_RIGIDESTIMATION_H
38#include <cartodata/volume/volume.h>
51 const std::vector<Point3df> & to,
52 bool looseCondition =
true ) ;
57 const std::vector<Point3df> & to ) ;
71 std::vector<Point3df> _pointsFrom ;
72 std::vector<Point3df> _pointsTo ;
73 bool _looseCondition ;
77 bool _motionCalculated ;
80 void looseEstimation() ;
81 void pointToPointEstimation() ;
AimsVector< float, 3 > Point3df