STIRA
0.1
|
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 | |
AffineTransform * | GetResultingTransform () |
gets the transform as computed by the registration process | |
void | PrintTransform () |
Prints the parameters of the found transform in a console on standard output. | |
C++ Wrapper for Intramodal registration software from Philippe Thévenaz http://bigwww.epfl.ch/thevenaz/registration/.
stira::registration::RegistrationWrapper::RegistrationWrapper | ( | ArrayGrid< double > * | pMasterGrid, |
ArrayGrid< double > * | pSlaveGrid | ||
) |
constructor
pMasterGrid | the reference grid that stays fixed |
pSlaveGrid | the grid to be registered, is transformed |
References stira::imagedata::ArrayGrid< T >::GetHeight(), and stira::imagedata::ArrayGrid< T >::GetWidth().