SoComplexFFTInverseProcessing engine More...
#include <ImageViz/Engines/ImageFiltering/FrequencyDomain/SoComplexFFTInverseProcessing.h>
Public Member Functions | |
SoComplexFFTInverseProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inRealImage |
SoSFImageDataAdapter | inImaginaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outRealImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImaginaryImage |
The SoComplexFFTInverseProcessing engine computes the fast of Fourier inverse transform.
For an introduction, see:
The SoComplexFFTInverseProcessing engine computes the inverse FFT of an image. The result is two floating point images, respectively the real and imaginary parts of the complex inverse Fourier Transform.
Remarks
SoComplexFFTProcessing, SoComplexCenteredFFTInverseProcessing.
computeMode | MODE_AUTO |
inRealImage | NULL |
inImaginaryImage | NULL |
SoComplexFFTInverseProcessing::SoComplexFFTInverseProcessing | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input imaginary part image.
Default value is NULL. Supported types include: grayscale color image.
The input real part image.
Default value is NULL. Supported types include: grayscale color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoComplexFFTInverseProcessing::outImaginaryImage |
The output imaginary part image.
Default value is NULL. Supported types include: grayscale color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoComplexFFTInverseProcessing::outRealImage |
The output real part image.
Default value is NULL. Supported types include: grayscale color image.