|
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) |
|