SoComplexCenteredFFTInverseProcessing engine More...
#include <ImageViz/Engines/ImageFiltering/FrequencyDomain/SoComplexCenteredFFTInverseProcessing.h>
Public Member Functions | |
SoComplexCenteredFFTInverseProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inRealImage |
SoSFImageDataAdapter | inImaginaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outRealImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImaginaryImage |
The SoComplexCenteredFFTProcessing engine computes the centered fast Fourier inverse transform.
For an introduction, see:
The SoComplexCenteredFFTInverseProcessing engine is used to reconstruct an image after a centered FFT transform. The imaginary part of the output is null.
See also: SoComplexCenteredFFTProcessing.
computeMode | MODE_AUTO |
inRealImage | NULL |
inImaginaryImage | NULL |
SoComplexCenteredFFTInverseProcessing::SoComplexCenteredFFTInverseProcessing | ( | ) |
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*> SoComplexCenteredFFTInverseProcessing::outImaginaryImage |
The output imaginary part image.
Default value is NULL. Supported types include: grayscale color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoComplexCenteredFFTInverseProcessing::outRealImage |
The output real part image.
Default value is NULL. Supported types include: grayscale color image.