CustusX
16.5.0-rc9
An IGT application
|
#include <cxLandmarkTranslationRegistration.h>
Public Member Functions | |
Transform3D | registerPoints (std::vector< Vector3D > ref, std::vector< Vector3D > target, bool *ok) |
Use ITK to perform a landmark registration in 3D with translation only.
Code is based on itk/Examples/Registration/IterativeClosestPoint1.cxx
Definition at line 51 of file cxLandmarkTranslationRegistration.h.
Transform3D cx::LandmarkTranslationRegistration::registerPoints | ( | std::vector< Vector3D > | ref, |
std::vector< Vector3D > | target, | ||
bool * | ok | ||
) |
Creates a transform that moves target into ref space. (targetMref)
ref | |
target | |
ok |
Definition at line 263 of file cxLandmarkTranslationRegistration.cpp.