ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
Module GenericLabelInterpolator
+ Collaboration diagram for Module GenericLabelInterpolator:

Classes

class  itk::LabelImageGenericInterpolateImageFunction< TInputImage, TInterpolator, TCoordRep >
 
class  itk::LabelSelectionImageAdaptor< TImage, TOutputPixelType >
 
class  itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >
 

Detailed Description

This module provides a generic interpolator for multi-label images: itkLabelImageGenericInterpolateImageFunction interpolates each label independently with any underlying ordinary image interpolator and returns the label with the highest interpolated value at each point. Generalizes the Gaussian-only behavior of itkLabelImageGaussianInterpolateImageFunction. See the Doxygen on LabelImageGenericInterpolateImageFunction for the algorithm and the Insight Journal article (Schaerer, Roche, Belaroussi, 2014, https://hdl.handle.net/10380/3506) for derivation, and the module README for in-tree vs archived-upstream scope.

Dependencies: