using System;
namespace itk.simple.examples
{
{
static void Main(string[] args)
{
if (args.Length < 3)
{
Console.WriteLine("Usage: tfx <inputImage> <parameterFile> <outputImage>");
return;
}
SimpleITK.WriteImage(transformixImageFilter.
GetResultImage(), args[2]);
}
}
}
SITKElastix_EXPORT Image Transformix(const Image &movingImage, const std::map< std::string, std::vector< std::string > > parameterMap, const bool logToConsole=false, const std::string outputDirectory=".")