Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Shape-based binary image interpolation. More...
#include <mitkShapeBasedInterpolationAlgorithm.h>
Public Member Functions | |
mitkClassMacro (ShapeBasedInterpolationAlgorithm, SegmentationInterpolationAlgorithm) | |
Pointer | Clone () const |
Image::Pointer | Interpolate (Image::ConstPointer lowerSlice, unsigned int lowerSliceIndex, Image::ConstPointer upperSlice, unsigned int upperSliceIndex, unsigned int requestedIndex, unsigned int sliceDimension, Image::Pointer resultImage, unsigned int timeStep, Image::ConstPointer referenceImage) override |
Public Member Functions inherited from mitk::SegmentationInterpolationAlgorithm | |
mitkClassMacroItkParent (SegmentationInterpolationAlgorithm, itk::Object) | |
Static Public Member Functions | |
static Pointer | New () |
Shape-based binary image interpolation.
This class uses legacy code from ipSegmentation to implement the shape-based interpolation algorithm described in
G.T. Herman, J. Zheng, C.A. Bucholtz: "Shape-based interpolation" IEEE Computer Graphics & Applications, pp. 69-79,May 1992
Last contributor: $Author:$
Definition at line 38 of file mitkShapeBasedInterpolationAlgorithm.h.
Pointer mitk::ShapeBasedInterpolationAlgorithm::Clone | ( | ) | const |
|
overridevirtual |
Implements mitk::SegmentationInterpolationAlgorithm.
Definition at line 27 of file mitkShapeBasedInterpolationAlgorithm.cpp.
References AccessFixedDimensionByItk_1, AccessFixedDimensionByItk_3, and mitk::Image::New().
mitk::ShapeBasedInterpolationAlgorithm::mitkClassMacro | ( | ShapeBasedInterpolationAlgorithm | , |
SegmentationInterpolationAlgorithm | |||
) |
|
static |