Class LabelUniqueLabelMapFilter


public class LabelUniqueLabelMapFilter extends ImageFilter
Make sure that the objects are not overlapping. AttributeUniqueLabelMapFilter search the overlapping zones in the overlapping objects and keeps only a single object on all the pixels of the image. The object to keep is selected according to their label. 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: AttributeLabelObject itk::simple::LabelUniqueLabelMapFilter for the procedural interface itk::LabelUniqueLabelMapFilter for the Doxygen on the original ITK class. C++ includes: sitkLabelUniqueLabelMapFilter.h
  • Constructor Details

    • LabelUniqueLabelMapFilter

      protected LabelUniqueLabelMapFilter(long cPtr, boolean cMemoryOwn)
    • LabelUniqueLabelMapFilter

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

    • getCPtr

      protected static long getCPtr(LabelUniqueLabelMapFilter obj)
    • swigRelease

      protected static long swigRelease(LabelUniqueLabelMapFilter obj)
    • finalize

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

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

      public void setReverseOrdering(boolean ReverseOrdering)
      Self& itk::simple::LabelUniqueLabelMapFilter::SetReverseOrdering(bool ReverseOrdering)
    • reverseOrderingOn

      public void reverseOrderingOn()
      Self& itk::simple::LabelUniqueLabelMapFilter::ReverseOrderingOn() Set the value of ReverseOrdering to true or false respectfully.
    • reverseOrderingOff

      public void reverseOrderingOff()
      Self& itk::simple::LabelUniqueLabelMapFilter::ReverseOrderingOff()
    • getReverseOrdering

      public boolean getReverseOrdering()
      bool itk::simple::LabelUniqueLabelMapFilter::GetReverseOrdering() const
    • getName

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

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

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