Class LabelMapToLabelImageFilter


public class LabelMapToLabelImageFilter extends ImageFilter
Converts a LabelMap to a labeled image. LabelMapToBinaryImageFilter to a label image. Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France. This implementation was taken from the Insight Journal paper: https://www.insight-journal.org/browse/publication/176 See: LabelMapToBinaryImageFilter , LabelMapMaskImageFilter itk::simple::LabelMapToLabel for the procedural interface itk::LabelMapToLabelImageFilter for the Doxygen on the original ITK class. C++ includes: sitkLabelMapToLabelImageFilter.h
  • Constructor Details

    • LabelMapToLabelImageFilter

      protected LabelMapToLabelImageFilter(long cPtr, boolean cMemoryOwn)
    • LabelMapToLabelImageFilter

      public LabelMapToLabelImageFilter()
      itk::simple::LabelMapToLabelImageFilter::LabelMapToLabelImageFilter() Default Constructor that takes no arguments and initializes default parameters
  • Method Details

    • getCPtr

      protected static long getCPtr(LabelMapToLabelImageFilter obj)
    • swigRelease

      protected static long swigRelease(LabelMapToLabelImageFilter obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class ImageFilter
    • delete

      public void delete()
      virtual itk::simple::LabelMapToLabelImageFilter::~LabelMapToLabelImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • getName

      public String getName()
      std::string itk::simple::LabelMapToLabelImageFilter::GetName() const Name of this class
      Overrides:
      getName in class ProcessObject
    • toString

      public String toString()
      std::string itk::simple::LabelMapToLabelImageFilter::ToString() const Print ourselves out
      Overrides:
      toString in class ProcessObject
    • execute

      public Image execute(Image image1)
      Image itk::simple::LabelMapToLabelImageFilter::Execute(const Image &image1) Execute the filter on the input image