Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkProperties.h"
#include "mitkCommandLineParser.h"
#include "mitkIOUtil.h"
#include <mitkTransformationOperation.h>
Go to the source code of this file.
Functions | |
static bool | ConvertToBool (std::map< std::string, us::Any > &data, std::string name) |
int | main (int argc, char *argv[]) |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 34 of file ResampleImage.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::ImageMappingInterpolator::BSpline_3, mitk::CenterAligned, ConvertToBool(), mitkCommandLineParser::File, mitkCommandLineParser::Float, mitkCommandLineParser::helpText(), image, mitkCommandLineParser::Input, inputFilename, mitkCommandLineParser::Int, mitk::ImageMappingInterpolator::Linear, mitk::IOUtil::Load(), MITK_INFO, mitk::ImageMappingInterpolator::NearestNeighbor, mitk::OriginAligned, mitkCommandLineParser::Output, outputFilename, mitkCommandLineParser::parseArguments(), mitk::TransformationOperation::ResampleImage(), mitk::SameSize, mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), mitk::ImageMappingInterpolator::WSinc_Hamming, and mitk::ImageMappingInterpolator::WSinc_Welch.