13 #ifndef mitkShapeBasedInterpolationAlgorithm_h_Included 14 #define mitkShapeBasedInterpolationAlgorithm_h_Included 37 itkFactorylessNewMacro(Self);
41 unsigned int lowerSliceIndex,
43 unsigned int upperSliceIndex,
44 unsigned int requestedIndex,
45 unsigned int sliceDimension,
47 unsigned int timeStep,
51 typedef itk::Image<mitk::ScalarType, 2> DistanceFilterImageType;
53 template <
typename TPixel,
unsigned int VImageDimension>
54 void ComputeDistanceMap(
const itk::Image<TPixel, VImageDimension> *,
mitk::Image::Pointer &result);
56 template <
typename TPixel,
unsigned int VImageDimension>
57 void InterpolateIntermediateSlice(itk::Image<TPixel, VImageDimension> *result,
Interface class for interpolation algorithms.
Shape-based binary image interpolation.
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)