#include <irtkNDPointRigidRegistration.h>


This class implements a registration filter for point-based registration of two sets of points. As an output, it returns the affine transformation coefficients in a irtkAffineTransformation class.
Definition at line 30 of file irtkNDPointRigidRegistration.h.
Public Member Functions | |
| irtkNDPointRigidRegistration () | |
| Constructor. | |
| virtual | ~irtkNDPointRigidRegistration () |
| Destructor. | |
| virtual void | SetOutput (irtkTransformation *) |
| Sets output for the registration filter. | |
| virtual void | Run () |
| Run the filter. | |
| virtual char * | NameOfClass () |
| Returns the name of the class. | |
| void | SetInput (vtkPolyData *target, vtkPolyData *source) |
Public Attributes | |
| int | _NumberOfSteps |
| int | _NumberOfIterations |
| double | _Epsilon |
| double | _ReductionFactor |