Class MaximumImageFilter


public class MaximumImageFilter extends ImageFilter
Implements a pixel-wise operator Max(a,b) between two images. The pixel values of the output image are the maximum between the corresponding pixels of the two input images. This class is templated over the types of the two input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults. See: itk::simple::Maximum for the procedural interface itk::MaximumImageFilter for the Doxygen on the original ITK class. C++ includes: sitkMaximumImageFilter.h
  • Constructor Details

    • MaximumImageFilter

      protected MaximumImageFilter(long cPtr, boolean cMemoryOwn)
    • MaximumImageFilter

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

    • getCPtr

      protected static long getCPtr(MaximumImageFilter obj)
    • swigRelease

      protected static long swigRelease(MaximumImageFilter obj)
    • finalize

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

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

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

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

      public Image execute(Image image1, Image image2)
      Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant)
    • execute

      public Image execute(Image image1, double constant)
      Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant)
    • execute

      public Image execute(double constant, Image image2)
      Image itk::simple::MaximumImageFilter::Execute(Image &&image1, double constant)