Subversion Repositories seema-scanner

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
31 jakw 1
#ifndef EIGENTOOLS_H
2
#define EIGENTOOLS_H
3
 
4
#include <eigen3/Eigen/Eigen>
5
#include <vector>
6
 
7
namespace eigentools{
8
 
9
void fitSixDofData(const std::vector<Eigen::Affine3f> X, const std::vector<Eigen::Affine3f> X_mark, Eigen::Affine3f &H);
10
 
11
}
12
 
13
#endif // EIGENTOOLS_H