#include <IterativeClosestPoint.h>
|
| IterativeClosestPoint (const std::string &clCode, int localSize2Dx, int localSize2Dy, int localSize1D, void(*subFunc)(const char *a, const char *b, char *c), math::Vec4(*toVectorFunc)(const char *point)) |
|
void | icp (const T *pointsA, const T *pointsB, int sizeA, int sizeB, float errorThreshold, float errorDeltaThreshold, int maxIterations, float *initialTransform, float *transformMatrix) |
|
◆ IterativeClosestPoint()
◆ icp()
template<typename T>
void icl::geom::IterativeClosestPoint< T >::icp |
( |
const T * |
pointsA, |
|
|
const T * |
pointsB, |
|
|
int |
sizeA, |
|
|
int |
sizeB, |
|
|
float |
errorThreshold, |
|
|
float |
errorDeltaThreshold, |
|
|
int |
maxIterations, |
|
|
float * |
initialTransform, |
|
|
float * |
transformMatrix |
|
) |
| |
◆ icpVec4()
◆ icpVec8()
◆ m_data
The documentation for this class was generated from the following file: