NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Functions
niftkElasticBodySplineWarp.cxx File Reference
Include dependency graph for niftkElasticBodySplineWarp.cxx:

Classes

struct  arguments
 

Functions

template<class PointType , class PointSetType >
PointSetType::Pointer ReadCSVPointSet (std::string fileInput, bool flgVerbose)
 
template<class PointType , class PointSetType >
PointSetType::Pointer ReadMITKPointSet (std::string fileInput, bool flgVerbose)
 
template<int ImageDimension, class PixelType >
int DoMain (arguments args)
 
int main (int argc, char **argv)
 Transforms an image using a elastic body spline warp computed from a pair of point sets. More...
 

Function Documentation

template<int ImageDimension, class PixelType >
int DoMain ( arguments  args)
int main ( int  argc,
char **  argv 
)

Transforms an image using a elastic body spline warp computed from a pair of point sets.

template<class PointType , class PointSetType >
PointSetType::Pointer ReadCSVPointSet ( std::string  fileInput,
bool  flgVerbose 
)
template<class PointType , class PointSetType >
PointSetType::Pointer ReadMITKPointSet ( std::string  fileInput,
bool  flgVerbose 
)