Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "itkImageRegionIterator.h"
#include "mitkCommandLineParser.h"
#include "mitkIOUtil.h"
#include "mitkImageCast.h"
#include <mitkITKImageImport.h>
#include <itkOtsuMultipleThresholdsImageFilter.h>
Go to the source code of this file.
Typedefs | |
typedef itk::Image< unsigned char, 3 > | SeedImage |
typedef itk::Image< mitk::ScalarType, 3 > | FeatureImage |
typedef itk::ImageRegionIterator< SeedImage > | SeedIteratorType |
typedef itk::ImageRegionIterator< FeatureImage > | FeatureIteratorType |
Functions | |
int | main (int argc, char *argv[]) |
typedef itk::Image<mitk::ScalarType, 3> FeatureImage |
Definition at line 29 of file MriOtsuNormalization.cpp.
typedef itk::ImageRegionIterator<FeatureImage> FeatureIteratorType |
Definition at line 32 of file MriOtsuNormalization.cpp.
typedef itk::Image<unsigned char, 3> SeedImage |
Definition at line 28 of file MriOtsuNormalization.cpp.
typedef itk::ImageRegionIterator<SeedImage> SeedIteratorType |
Definition at line 31 of file MriOtsuNormalization.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 34 of file MriOtsuNormalization.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitk::CastToItkImage(), mitk::GrabItkImageMemory(), mitkCommandLineParser::helpText(), mitkCommandLineParser::InputImage, mitkCommandLineParser::Int, 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().