Class TernaryMagnitudeSquaredImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.TernaryMagnitudeSquaredImageFilter

public class TernaryMagnitudeSquaredImageFilter extends ImageFilter
Compute the pixel-wise squared magnitude 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::TernaryMagnitudeSquared for the procedural interface itk::TernaryMagnitudeSquaredImageFilter for the Doxygen on the original ITK class. C++ includes: sitkTernaryMagnitudeSquaredImageFilter.h
  • Constructor Details

    • TernaryMagnitudeSquaredImageFilter

      protected TernaryMagnitudeSquaredImageFilter(long cPtr, boolean cMemoryOwn)
    • TernaryMagnitudeSquaredImageFilter

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

    • getCPtr

      protected static long getCPtr(TernaryMagnitudeSquaredImageFilter obj)
    • swigRelease

      protected static long swigRelease(TernaryMagnitudeSquaredImageFilter obj)
    • finalize

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

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

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

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

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