Class SquareImageFilter


public class SquareImageFilter extends ImageFilter
Computes the square of the intensity values pixel-wise. See: itk::simple::Square for the procedural interface itk::SquareImageFilter for the Doxygen on the original ITK class. C++ includes: sitkSquareImageFilter.h
  • Constructor Details

    • SquareImageFilter

      protected SquareImageFilter(long cPtr, boolean cMemoryOwn)
    • SquareImageFilter

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

    • getCPtr

      protected static long getCPtr(SquareImageFilter obj)
    • swigRelease

      protected static long swigRelease(SquareImageFilter obj)
    • finalize

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

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

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

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

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