#include <icpPointToPoint.h>
|
| IcpPointToPoint (double *M, const int32_t M_num, const int32_t M_dim) |
|
virtual | ~IcpPointToPoint () |
|
| Icp (double *M, const int32_t M_num, const int32_t dim) |
|
virtual | ~Icp () |
|
void | forceInstantResult (bool val) |
|
void | giveOutputIfNotConverged (bool val) |
|
void | setSubsamplingStep (int32_t val) |
|
void | setMaxIterations (int32_t val) |
|
void | setMinDeltaParam (double val) |
|
void | setEventTimeCheck (bool val) |
|
double | fit (double *T, const int32_t T_num, Matrix &R, Matrix &t, const double indist) |
|
double | getFitnessScore () |
|
double | computeFitnessRMSE (const double *T, const Matrix &R, const Matrix &t) |
|
double | computeFitnessR2 (const double *T, const Matrix &R, const Matrix &t) |
|
bool | hasConverged () |
|
int32_t | getInterations () |
|
Definition at line 26 of file icpPointToPoint.h.
◆ IcpPointToPoint()
IcpPointToPoint::IcpPointToPoint |
( |
double * |
M, |
|
|
const int32_t |
M_num, |
|
|
const int32_t |
M_dim |
|
) |
| |
|
inline |
Definition at line 29 of file icpPointToPoint.h.
29 :
Icp(M, M_num, M_dim) {}
Icp(double *M, const int32_t M_num, const int32_t dim)
◆ ~IcpPointToPoint()
virtual IcpPointToPoint::~IcpPointToPoint |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: