Class NaryMaximumImageFilter


public class NaryMaximumImageFilter extends ImageFilter
Computes the pixel-wise maximum of several images. This class is templated over the types of the input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults. The pixel type of the output images must have a valid definition of the operator<. This condition is required because internally this filter will perform an operation similar to: (where current_maximum is also of type OutputPixelType) for each of the n input images. For example, this filter could be used directly to find a "maximum projection" of a series of images, often used in preliminary analysis of time-series data. Zachary Pincus This filter was contributed by Zachary Pincus from the Department of Biochemistry and Program in Biomedical Informatics at Stanford University School of Medicine See: itk::simple::NaryMaximum for the procedural interface C++ includes: sitkNaryMaximumImageFilter.h
  • Constructor Details

    • NaryMaximumImageFilter

      protected NaryMaximumImageFilter(long cPtr, boolean cMemoryOwn)
    • NaryMaximumImageFilter

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

    • getCPtr

      protected static long getCPtr(NaryMaximumImageFilter obj)
    • swigRelease

      protected static long swigRelease(NaryMaximumImageFilter obj)
    • finalize

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

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

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

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

      public Image execute(VectorOfImage images)
      Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1)
      Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2)
      Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2, Image image3)
      Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2, Image image3, Image image4)
      Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2, Image image3, Image image4, Image image5)
      Image itk::simple::NaryMaximumImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images