SimpleITK  
Classes | Namespaces | Functions
sitkElastixImageFilter.h File Reference
#include "sitkElastixTransformixWrappers.h"
#include "sitkCommon.h"
#include "sitkImage.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
+ Include dependency graph for sitkElastixImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::ElastixImageFilter
 The class that wraps the elastix registration library. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, const Image &fixedMask, const Image &movingMask, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, const std::map< std::string, std::vector< std::string > > parameterMap, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, const std::map< std::string, std::vector< std::string > >, const Image &fixedMask, const Image &movingMask, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, const std::string defaultParameterMapName, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, const std::string defaultParameterMapName, const Image &fixedMask, const Image &movingMask, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, const std::vector< std::map< std::string, std::vector< std::string > > > parameterMapVector, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT Image itk::simple::Elastix (const Image &fixedImage, const Image &movingImage, std::vector< std::map< std::string, std::vector< std::string > > > parameterMapVector, const Image &fixedMask, const Image &movingMask, const bool logToConsole=false, const bool logToFile=false, const std::string outputDirectory=".")
 
SITKElastix_EXPORT std::map< std::string, std::vector< std::string > > itk::simple::GetDefaultParameterMap (const std::string transform, const unsigned int numberOfResolutions=4, const double finalGridSpacingInPhysicalUnits=8.0)
 
SITKElastix_EXPORT void itk::simple::PrintParameterMap (const std::map< std::string, std::vector< std::string > > parameterMap)
 
SITKElastix_EXPORT void itk::simple::PrintParameterMap (const std::vector< std::map< std::string, std::vector< std::string > > > parameterMapVector)
 
SITKElastix_EXPORT std::map< std::string, std::vector< std::string > > itk::simple::ReadParameterFile (const std::string filename)
 
SITKElastix_EXPORT void itk::simple::WriteParameterFile (const std::map< std::string, std::vector< std::string > > parameterMap, const std::string filename)