Name
convol_fftconvol_fftConvolFftConvolFft — Convolve an image with a filter in the frequency domain.
convol_fftconvol_fftConvolFftConvolFftConvolFft convolves two (Fourier-transformed) images
in the frequency domain, i.e., the pixels of the complex image
ImageFFTImageFFTImageFFTImageFFTimageFFT are multiplied by the corresponding pixels of
the filter ImageFilterImageFilterImageFilterImageFilterimageFilter.
The filtering is always done on the entire image, i.e., the domain
of the image is ignored.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
- Automatically parallelized on channel level.
Filter in frequency domain.
Result of applying the filter.
gen_highpass(Highpass,0.2,'n','dc_edge',Width,Height)
fft_generic(Image,ImageFFT,'to_freq',-1,'none','dc_edge','complex')
convol_fft(ImageFFT,Highpass,ImageConvol)
fft_generic(ImageConvol,ImageResult,'from_freq',1,'none','dc_edge','byte')
convol_fftconvol_fftConvolFftConvolFftConvolFft returns 2 (H_MSG_TRUE) if all parameters are correct.
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>).
If necessary, an exception is raised.
fft_imagefft_imageFftImageFftImageFftImage,
fft_genericfft_genericFftGenericFftGenericFftGeneric,
rft_genericrft_genericRftGenericRftGenericRftGeneric,
gen_highpassgen_highpassGenHighpassGenHighpassGenHighpass,
gen_lowpassgen_lowpassGenLowpassGenLowpassGenLowpass,
gen_bandpassgen_bandpassGenBandpassGenBandpassGenBandpass,
gen_bandfiltergen_bandfilterGenBandfilterGenBandfilterGenBandfilter
power_bytepower_bytePowerBytePowerBytePowerByte,
power_realpower_realPowerRealPowerRealPowerReal,
power_lnpower_lnPowerLnPowerLnPowerLn,
fft_image_invfft_image_invFftImageInvFftImageInvFftImageInv,
fft_genericfft_genericFftGenericFftGenericFftGeneric,
rft_genericrft_genericRftGenericRftGenericRftGeneric
convol_gaborconvol_gaborConvolGaborConvolGaborConvolGabor
gen_gaborgen_gaborGenGaborGenGaborGenGabor,
gen_highpassgen_highpassGenHighpassGenHighpassGenHighpass,
gen_lowpassgen_lowpassGenLowpassGenLowpassGenLowpass,
gen_bandpassgen_bandpassGenBandpassGenBandpassGenBandpass,
convol_gaborconvol_gaborConvolGaborConvolGaborConvolGabor,
fft_image_invfft_image_invFftImageInvFftImageInvFftImageInv
Foundation