STIRA  0.1
Public Member Functions | List of all members
stira::registration::RegistrationWrapper Class Reference

C++ Wrapper for Intramodal registration software from Philippe Thévenaz http://bigwww.epfl.ch/thevenaz/registration/. More...

#include <RegistrationWrapper.h>

Public Member Functions

 RegistrationWrapper (ArrayGrid< double > *pMasterGrid, ArrayGrid< double > *pSlaveGrid)
 constructor More...
 
 ~RegistrationWrapper ()
 destructor
 
bool Run ()
 Runs the actual image registration.
 
ArrayGrid< double > * GetRegisteredGrid ()
 gets pointer to the registered slave grid
 
AffineTransformGetResultingTransform ()
 gets the transform as computed by the registration process
 
void PrintTransform ()
 Prints the parameters of the found transform in a console on standard output.
 

Detailed Description

C++ Wrapper for Intramodal registration software from Philippe Thévenaz http://bigwww.epfl.ch/thevenaz/registration/.

Constructor & Destructor Documentation

stira::registration::RegistrationWrapper::RegistrationWrapper ( ArrayGrid< double > *  pMasterGrid,
ArrayGrid< double > *  pSlaveGrid 
)

constructor

Parameters
pMasterGridthe reference grid that stays fixed
pSlaveGridthe grid to be registered, is transformed

References stira::imagedata::ArrayGrid< T >::GetHeight(), and stira::imagedata::ArrayGrid< T >::GetWidth().


The documentation for this class was generated from the following files: