fft_image,fft_generic,rft_generic,gen_highpass,gen_lowpass,gen_bandpass,gen_bandfilter 可能的后置算子 power_byte,power_real,power_ln,fft_image_inv,fft_generic,rft_generic 可替代算子 convol_gabor 参考其它 gen_gabor,gen_highpass,gen_lowpass,gen_bandpass,convol_gabor,fft_image_inv ...
ImageConvol(output_object)image(-array)→object(complex) Result in the frequency domain. Example (HDevelop) 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(output_object)image(-array)→object(complex) 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,ImageResul...