|
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 | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 19 of file ResampleMask.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::ImageMappingInterpolator::BSpline_3, mitk::CenterAligned, 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::ResampleMask(), mitk::SameSize, mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), mitk::ImageMappingInterpolator::WSinc_Hamming, and mitk::ImageMappingInterpolator::WSinc_Welch.