Image Component Library (ICL)
|
The Result struct contains results of an ICP-loop. More...
#include <ICP3D.h>
Public Member Functions | |
Result () | |
Public Attributes | |
math::Mat4 | transformation |
transformation Final transformation of ICP More... | |
icl64f | error |
error The final error More... | |
uint32_t | iterations |
iterations The number of iterations needed More... | |
The Result struct contains results of an ICP-loop.
icl::geom::ICP3D::Result::Result | ( | ) |
icl64f icl::geom::ICP3D::Result::error |
error The final error
uint32_t icl::geom::ICP3D::Result::iterations |
iterations The number of iterations needed
math::Mat4 icl::geom::ICP3D::Result::transformation |
transformation Final transformation of ICP