Class RealAndImaginaryToComplexImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.RealAndImaginaryToComplexImageFilter
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
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::RealAndImaginaryToComplexImageFilter::RealAndImaginaryToComplexImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedRealAndImaginaryToComplexImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::RealAndImaginaryToComplexImageFilter::~RealAndImaginaryToComplexImageFilter() DestructorImage itk::simple::RealAndImaginaryToComplexImageFilter::Execute(const Image &image1, const Image &image2) Execute the filter on the input imagesprotected voidfinalize()protected static longgetName()std::string itk::simple::RealAndImaginaryToComplexImageFilter::GetName() const Name of this classprotected static longtoString()std::string itk::simple::RealAndImaginaryToComplexImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
RealAndImaginaryToComplexImageFilterprotected RealAndImaginaryToComplexImageFilter(long cPtr, boolean cMemoryOwn) 
- 
RealAndImaginaryToComplexImageFilterpublic RealAndImaginaryToComplexImageFilter()itk::simple::RealAndImaginaryToComplexImageFilter::RealAndImaginaryToComplexImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::RealAndImaginaryToComplexImageFilter::~RealAndImaginaryToComplexImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::RealAndImaginaryToComplexImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::RealAndImaginaryToComplexImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-