public class SoComplexFFTInverseProcessing extends SoImageVizEngine
SoComplexFFTInverseProcessing engine
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
SoComplexFFTInverseProcessing with the filtered spectrum and unchanged phase as input images.
SoComplexCenteredFFTInverseProcessing engine to visualize a centered image.
SoComplexFFTInverseProcessing is null.
See also:
SoComplexFFTProcessing, SoComplexCenteredFFTInverseProcessing.
File format/default:
ComplexFFTInverseProcessing {
| computeMode | MODE_AUTO |
| inRealImage | NULL |
| inImaginaryImage | NULL |
Library references: fftinv
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inImaginaryImage
The input imaginary part image.
|
SoSFImageDataAdapter |
inRealImage
The input real part image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImaginaryImage
The output imaginary part image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outRealImage
The output real part image.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoComplexFFTInverseProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluatecopy, getByName, getOutput, getOutputNamecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touchgetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inRealImage
public final SoSFImageDataAdapter inImaginaryImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outRealImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImaginaryImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com