Class LogImageFilter


public class LogImageFilter extends ImageFilter
Computes the log() of each pixel. See: itk::simple::Log for the procedural interface itk::LogImageFilter for the Doxygen on the original ITK class. C++ includes: sitkLogImageFilter.h
  • Constructor Details

    • LogImageFilter

      protected LogImageFilter(long cPtr, boolean cMemoryOwn)
    • LogImageFilter

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

    • getCPtr

      protected static long getCPtr(LogImageFilter obj)
    • swigRelease

      protected static long swigRelease(LogImageFilter obj)
    • finalize

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

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

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

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

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