Class BoundedReciprocalImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BoundedReciprocalImageFilter

public class BoundedReciprocalImageFilter extends ImageFilter
Computes 1/(1+x) for each pixel in the image. The filter expects both the input and output images to have the same number of dimensions, and both of a scalar image type. See: itk::simple::BoundedReciprocal for the procedural interface itk::BoundedReciprocalImageFilter for the Doxygen on the original ITK class. C++ includes: sitkBoundedReciprocalImageFilter.h
  • Constructor Details

    • BoundedReciprocalImageFilter

      protected BoundedReciprocalImageFilter(long cPtr, boolean cMemoryOwn)
    • BoundedReciprocalImageFilter

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

    • getCPtr

      protected static long getCPtr(BoundedReciprocalImageFilter obj)
    • swigRelease

      protected static long swigRelease(BoundedReciprocalImageFilter obj)
    • finalize

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

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

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

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

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