Class MultiplyImageFilter


public class MultiplyImageFilter extends ImageFilter
Pixel-wise multiplication of two 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::Multiply for the procedural interface itk::MultiplyImageFilter for the Doxygen on the original ITK class. C++ includes: sitkMultiplyImageFilter.h
  • Constructor Details

    • MultiplyImageFilter

      protected MultiplyImageFilter(long cPtr, boolean cMemoryOwn)
    • MultiplyImageFilter

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

    • getCPtr

      protected static long getCPtr(MultiplyImageFilter obj)
    • swigRelease

      protected static long swigRelease(MultiplyImageFilter obj)
    • finalize

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

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

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

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

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

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

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