Class RealAndImaginaryToComplexImageFilter

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

public class RealAndImaginaryToComplexImageFilter extends ImageFilter
ComposeImageFilter combine several scalar images into a multicomponent image. ComposeImageFilter combine several scalar images into an itk::Image of vector pixel ( itk::Vector , itk::RGBPixel , ...), of std::complex pixel, or in an itk::VectorImage . Inputs and Usage All input images are expected to have the same template parameters and have the same size and origin. See: VectorImage VectorIndexSelectionCastImageFilter itk::simple::RealAndImaginaryToComplex for the procedural interface itk::ComposeImageFilter for the Doxygen on the original ITK class. C++ includes: sitkRealAndImaginaryToComplexImageFilter.h
  • Constructor Details

    • RealAndImaginaryToComplexImageFilter

      protected RealAndImaginaryToComplexImageFilter(long cPtr, boolean cMemoryOwn)
    • RealAndImaginaryToComplexImageFilter

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

    • getCPtr

      protected static long getCPtr(RealAndImaginaryToComplexImageFilter obj)
    • swigRelease

      protected static long swigRelease(RealAndImaginaryToComplexImageFilter obj)
    • finalize

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

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

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

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

      public Image execute(Image image1, Image image2)
      Image itk::simple::RealAndImaginaryToComplexImageFilter::Execute(const Image &image1, const Image &image2) Execute the filter on the input images