|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "time.h"#include <sstream>#include <fstream>#include <mitkIOUtil.h>#include "mitkCommandLineParser.h"#include "itkImageRegionIterator.h"#include <mitkITKImageImport.h>#include <mitkImageCast.h>#include <mitkImageAccessByItk.h>#include <mitkMRNormLinearStatisticBasedFilter.h>#include <mitkMRNormTwoRegionBasedFilter.h>#include <itkLabelStatisticsImageFilter.h>#include <itkMinimumMaximumImageCalculator.h>Go to the source code of this file.
Macros | |
| #define | mitkCLPolyToNrrd_cpp |
Typedefs | |
| typedef itk::Image< double, 3 > | FloatImageType |
| typedef itk::Image< unsigned char, 3 > | MaskImageType |
Functions | |
| int | main (int argc, char *argv[]) |
| #define mitkCLPolyToNrrd_cpp |
Definition at line 13 of file CLMRNormalization.cpp.
| typedef itk::Image< double, 3 > FloatImageType |
Definition at line 34 of file CLMRNormalization.cpp.
| typedef itk::Image< unsigned char, 3 > MaskImageType |
Definition at line 35 of file CLMRNormalization.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 37 of file CLMRNormalization.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::CastToItkImage(), mitk::CastToMitkImage(), mitkCommandLineParser::File, mitkCommandLineParser::Float, image, mitkCommandLineParser::Image, mitkCommandLineParser::Input, mitk::MRNormLinearStatisticBasedFilter::MEAN, mitk::MRNormTwoRegionsBasedFilter::MEAN, mitk::MRNormLinearStatisticBasedFilter::MEDIAN, mitk::MRNormTwoRegionsBasedFilter::MEDIAN, MITK_INFO, mitk::MRNormLinearStatisticBasedFilter::MODE, mitk::MRNormTwoRegionsBasedFilter::MODE, mitk::MRNormTwoRegionsBasedFilter::New(), mitk::MRNormLinearStatisticBasedFilter::New(), mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().