Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
HistogramAdaption.cpp File Reference
#include "itkImageRegionIterator.h"
#include "mitkIOUtil.h"
#include "mitkImageCast.h"
#include <mitkCommandLineParser.h>
#include <mitkITKImageImport.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< SeedImageSeedIteratorType
 
typedef itk::ImageRegionIterator< FeatureImageFeatureIteratorType
 

Functions

int main (int argc, char *argv[])
 

Typedef Documentation

Definition at line 26 of file HistogramAdaption.cpp.

typedef itk::ImageRegionIterator<FeatureImage> FeatureIteratorType

Definition at line 29 of file HistogramAdaption.cpp.

typedef itk::Image<unsigned char, 3> SeedImage

Definition at line 25 of file HistogramAdaption.cpp.

typedef itk::ImageRegionIterator<SeedImage> SeedIteratorType

Definition at line 28 of file HistogramAdaption.cpp.

Function Documentation