2 #ifndef GM_TRACK_POSEREGISTRATIONESTIMATOR 
    3 #define GM_TRACK_POSEREGISTRATIONESTIMATOR 
    5 #include <gmTrack/SampleCollector.hh> 
    7 BEGIN_NAMESPACE_GMTRACK;
 
   31   void addActualPosition(Eigen::Vector3f p);
 
   37   void performRegistration();
 
   44   bool getRegistration(Eigen::Matrix4f * RAW, Eigen::Matrix4f * UNIT);
 
   52 END_NAMESPACE_GMTRACK;
 
The PoseRegistrationEstimator is a utility for estimating the base of a tracking system's coordinates...
Definition: PoseRegistrationEstimator.hh:19
The SampleCollector is a utility for sampling tracker data.
Definition: SampleCollector.hh:19
Definition: PoseRegistrationEstimator.cpp:20