Class ComposeImageFilter


public class ComposeImageFilter 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::Compose for the procedural interface C++ includes: sitkComposeImageFilter.h
  • Constructor Details

    • ComposeImageFilter

      protected ComposeImageFilter(long cPtr, boolean cMemoryOwn)
    • ComposeImageFilter

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

    • getCPtr

      protected static long getCPtr(ComposeImageFilter obj)
    • swigRelease

      protected static long swigRelease(ComposeImageFilter obj)
    • finalize

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

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

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

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

      public Image execute(VectorOfImage images)
      Image itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1)
      Image itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2)
      Image itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2, Image image3)
      Image itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2, Image image3, Image image4)
      Image itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
    • execute

      public Image execute(Image image1, Image image2, Image image3, Image image4, Image image5)
      Image itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images