#include "sitkElastixTransformixWrappers.h"
#include "sitkCommon.h"
#include "sitkImage.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
|
SITKElastix_EXPORT Image | itk::simple::Transformix (const Image &movingImage, const std::map< std::string, std::vector< std::string >> parameterMap, const bool logToConsole=false, const std::string outputDirectory=".") |
|
SITKElastix_EXPORT Image | itk::simple::Transformix (const Image &movingImage, const std::vector< std::map< std::string, std::vector< std::string >>> parameterMapVector, const bool logToConsole=false, const std::string outputDirectory=".") |
|