fft_image_invfft_image_invFftImageInvFftImageInvfft_image_inv (Operator)

Name

fft_image_invfft_image_invFftImageInvFftImageInvfft_image_inv — Compute the inverse fast Fourier transform of an image.

Signature

fft_image_inv(Image : ImageFFTInv : : )

Herror fft_image_inv(const Hobject Image, Hobject* ImageFFTInv)

Herror T_fft_image_inv(const Hobject Image, Hobject* ImageFFTInv)

void FftImageInv(const HObject& Image, HObject* ImageFFTInv)

HImage HImage::FftImageInv() const

static void HOperatorSet.FftImageInv(HObject image, out HObject imageFFTInv)

HImage HImage.FftImageInv()

def fft_image_inv(image: HObject) -> HObject

Description

fft_image_invfft_image_invFftImageInvFftImageInvFftImageInvfft_image_inv calculates the inverse Fourier transform of the input image (ImageImageImageImageimageimage), i.e., it transforms the image back into the spatial domain. This corresponds to the call fft_generic(Image,ImageFFT,'from_freq',1,'sqrt','dc_center','byte') .

Attention

The transformation is always performed for the entire image, i.e., the domain of the image is ignored.

Execution Information

Parameters

ImageImageImageImageimageimage (input_object)  (multichannel-)image(-array) objectHImageHObjectHImageHobject (complex)

Input image.

ImageFFTInvImageFFTInvImageFFTInvImageFFTInvimageFFTInvimage_fftinv (output_object)  image(-array) objectHImageHObjectHImageHobject * (byte)

Inverse-Fourier-transformed image.

Result

fft_image_invfft_image_invFftImageInvFftImageInvFftImageInvfft_image_inv returns TRUE if the input image is of correct type. If the input is empty the behavior can be set via set_system(::'no_object_result',<Result>:)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>)set_system("no_object_result",<Result>). If necessary, an exception is raised.

Possible Predecessors

convol_fftconvol_fftConvolFftConvolFftConvolFftconvol_fft, convol_gaborconvol_gaborConvolGaborConvolGaborConvolGaborconvol_gabor, fft_imagefft_imageFftImageFftImageFftImagefft_image, optimize_fft_speedoptimize_fft_speedOptimizeFftSpeedOptimizeFftSpeedOptimizeFftSpeedoptimize_fft_speed, read_fft_optimization_dataread_fft_optimization_dataReadFftOptimizationDataReadFftOptimizationDataReadFftOptimizationDataread_fft_optimization_data

Possible Successors

convert_image_typeconvert_image_typeConvertImageTypeConvertImageTypeConvertImageTypeconvert_image_type, energy_gaborenergy_gaborEnergyGaborEnergyGaborEnergyGaborenergy_gabor

Alternatives

fft_genericfft_genericFftGenericFftGenericFftGenericfft_generic, rft_genericrft_genericRftGenericRftGenericRftGenericrft_generic

See also

fft_imagefft_imageFftImageFftImageFftImagefft_image, fft_genericfft_genericFftGenericFftGenericFftGenericfft_generic, energy_gaborenergy_gaborEnergyGaborEnergyGaborEnergyGaborenergy_gabor

Module

Foundation