Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkIOUtil.h>
#include "mitkCommandLineParser.h"
#include "mitkITKImageImport.h"
#include "mitkImage.h"
#include <mitkImageCast.h>
#include "itkSignedDanielssonDistanceMapImageFilter.h"
Go to the source code of this file.
Typedefs | |
typedef itk::Image< unsigned char, 3 > | BinaryType |
typedef itk::Image< mitk::ScalarType, 3 > | ResultType |
Functions | |
int | main (int argc, char *argv[]) |
typedef itk::Image<unsigned char, 3> BinaryType |
Definition at line 28 of file BasicDistanceMaps.cpp.
typedef itk::Image<mitk::ScalarType, 3> ResultType |
Definition at line 29 of file BasicDistanceMaps.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file BasicDistanceMaps.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitk::CastToItkImage(), mitk::GrabItkImageMemory(), mitkCommandLineParser::helpText(), mitkCommandLineParser::InputImage, mitk::IOUtil::LoadImage(), mitk::New(), mitk::Image::New(), mitkCommandLineParser::OutputFile, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().