NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Namespaces | Functions
niftkLiuLeastSquaresWithNormalsRegistration.h File Reference
Include dependency graph for niftkLiuLeastSquaresWithNormalsRegistration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 niftk
 

Functions

double niftk::PointAndNormalBasedRegistrationUsingSVD (const std::vector< cv::Point3d > &fixedPoints, const std::vector< cv::Point3d > &fixedNormals, const std::vector< cv::Point3d > &movingPoints, const std::vector< cv::Point3d > &movingNormals, cv::Matx44d &outputMatrix)
 Does Point Based Registration of two same sized, corresponding point sets. More...
 
double niftk::PointAndNormalBasedRegistrationUsingSVD (const mitk::PointSet::Pointer fixedPoints, const mitk::PointSet::Pointer fixedNormals, const mitk::PointSet::Pointer movingPoints, const mitk::PointSet::Pointer movingNormals, vtkMatrix4x4 &matrix)
 Overloaded method for MITK and VTK data types. More...