Class TernaryMagnitudeImageFilter


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

    • TernaryMagnitudeImageFilter

      protected TernaryMagnitudeImageFilter(long cPtr, boolean cMemoryOwn)
    • TernaryMagnitudeImageFilter

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

    • getCPtr

      protected static long getCPtr(TernaryMagnitudeImageFilter obj)
    • swigRelease

      protected static long swigRelease(TernaryMagnitudeImageFilter obj)
    • finalize

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

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

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

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

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