Class ExpNegativeImageFilter


public class ExpNegativeImageFilter extends ImageFilter
Computes the function exp(-K.x) for each input pixel. Every output pixel is equal to std::exp(-K.x ). where x is the intensity of the homologous input pixel, and K is a user-provided constant. See: itk::simple::ExpNegative for the procedural interface itk::ExpNegativeImageFilter for the Doxygen on the original ITK class. C++ includes: sitkExpNegativeImageFilter.h
  • Constructor Details

    • ExpNegativeImageFilter

      protected ExpNegativeImageFilter(long cPtr, boolean cMemoryOwn)
    • ExpNegativeImageFilter

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

    • getCPtr

      protected static long getCPtr(ExpNegativeImageFilter obj)
    • swigRelease

      protected static long swigRelease(ExpNegativeImageFilter obj)
    • finalize

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

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

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

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

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