Class TernaryAddImageFilter


public class TernaryAddImageFilter extends ImageFilter
Pixel-wise addition of three images. This class is templated over the types of the three input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults. See: itk::simple::TernaryAdd for the procedural interface itk::TernaryAddImageFilter for the Doxygen on the original ITK class. C++ includes: sitkTernaryAddImageFilter.h
  • Constructor Details

    • TernaryAddImageFilter

      protected TernaryAddImageFilter(long cPtr, boolean cMemoryOwn)
    • TernaryAddImageFilter

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

    • getCPtr

      protected static long getCPtr(TernaryAddImageFilter obj)
    • swigRelease

      protected static long swigRelease(TernaryAddImageFilter obj)
    • finalize

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

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

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

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

      public Image execute(Image image1, Image image2, Image image3)
      Image itk::simple::TernaryAddImageFilter::Execute(Image &&image1, const Image &image2, const Image &image3) Execute the filter on the input image