Class ExpImageFilter


public class ExpImageFilter extends ImageFilter
Computes the exponential function of each pixel. The computation is performed using std::exp(x). See: itk::simple::Exp for the procedural interface itk::ExpImageFilter for the Doxygen on the original ITK class. C++ includes: sitkExpImageFilter.h
  • Constructor Details

    • ExpImageFilter

      protected ExpImageFilter(long cPtr, boolean cMemoryOwn)
    • ExpImageFilter

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

    • getCPtr

      protected static long getCPtr(ExpImageFilter obj)
    • swigRelease

      protected static long swigRelease(ExpImageFilter obj)
    • finalize

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

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

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

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

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