Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkCorrectorAlgorithm.cpp File Reference
#include "mitkCorrectorAlgorithm.h"
#include "mitkContourUtils.h"
#include "mitkITKImageImport.h"
#include "mitkImageAccessByItk.h"
#include "mitkImageCast.h"
#include "mitkImageDataItem.h"
#include "mitkLegacyAdaptors.h"
#include <mitkContourModelUtils.h>
#include "itkCastImageFilter.h"
#include "itkImageDuplicator.h"
#include "itkImageRegionIterator.h"

Go to the source code of this file.

Functions

template<typename TPixel , unsigned int VDimensions>
void ConvertBackToCorrectPixelType (itk::Image< TPixel, VDimensions > *reference, mitk::Image::Pointer target, itk::Image< mitk::CorrectorAlgorithm::DefaultSegmentationDataType, 2 >::Pointer segmentationPixelTypeImage)
 

Function Documentation

template<typename TPixel , unsigned int VDimensions>
void ConvertBackToCorrectPixelType ( itk::Image< TPixel, VDimensions > *  reference,
mitk::Image::Pointer  target,
itk::Image< mitk::CorrectorAlgorithm::DefaultSegmentationDataType, 2 >::Pointer  segmentationPixelTypeImage 
)