21 #ifndef ICP_POINT_TO_POINT_H
22 #define ICP_POINT_TO_POINT_H
40 #endif // ICP_POINT_TO_POINT_H
double fitStep(double *T, const int32_t T_num, Matrix &R, Matrix &t, const std::vector< int32_t > &active)
IcpPointToPoint(double *M, const int32_t M_num, const int32_t M_dim)
std::vector< int32_t > getInliers(double *T, const int32_t T_num, const Matrix &R, const Matrix &t, const double indist)
double fitInstant(double *T, const int32_t T_num, Matrix &R, Matrix &t, const std::vector< int32_t > &active)
virtual ~IcpPointToPoint()