Class ComplexToModulusImageFilter


public class ComplexToModulusImageFilter extends ImageFilter
Computes pixel-wise the Modulus of a complex image. See: itk::simple::ComplexToModulus for the procedural interface itk::ComplexToModulusImageFilter for the Doxygen on the original ITK class. C++ includes: sitkComplexToModulusImageFilter.h
  • Constructor Details

    • ComplexToModulusImageFilter

      protected ComplexToModulusImageFilter(long cPtr, boolean cMemoryOwn)
    • ComplexToModulusImageFilter

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

    • getCPtr

      protected static long getCPtr(ComplexToModulusImageFilter obj)
    • swigRelease

      protected static long swigRelease(ComplexToModulusImageFilter obj)
    • finalize

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

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

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

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

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