Name
power_bytepower_bytePowerBytePowerByte — Return the power spectrum of a complex image.
power_bytepower_bytePowerBytePowerBytePowerByte computes the power spectrum from the real and
imaginary parts of a Fourier-transformed image (see
fft_imagefft_imageFftImageFftImageFftImage), i.e., the modulus of the frequencies. The
result image is of type 'byte'"byte""byte""byte""byte". The following formula is
used:
Please note, that resulting gray values that exceed the value of 255
are clipped at 255 because of the resulting image type 'byte'"byte""byte""byte""byte".
- 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.
- Automatically parallelized on domain level.
Input image in frequency domain.
Power spectrum of the input image.
read_image(&Image,"monkey");
disp_image(Image,WindowHandle);
fft_image(Image,&FFT);
power_byte(FFT,&Power);
disp_image(Power,WindowHandle);
power_bytepower_bytePowerBytePowerBytePowerByte returns 2 (H_MSG_TRUE) if the 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>).
If necessary, an exception is raised.
fft_imagefft_imageFftImageFftImageFftImage,
fft_genericfft_genericFftGenericFftGenericFftGeneric,
rft_genericrft_genericRftGenericRftGenericRftGeneric,
convol_fftconvol_fftConvolFftConvolFftConvolFft,
convol_gaborconvol_gaborConvolGaborConvolGaborConvolGabor
disp_imagedisp_imageDispImageDispImageDispImage
abs_imageabs_imageAbsImageAbsImageAbsImage,
convert_image_typeconvert_image_typeConvertImageTypeConvertImageTypeConvertImageType,
power_realpower_realPowerRealPowerRealPowerReal,
power_lnpower_lnPowerLnPowerLnPowerLn
fft_imagefft_imageFftImageFftImageFftImage,
fft_genericfft_genericFftGenericFftGenericFftGeneric,
rft_genericrft_genericRftGenericRftGenericRftGeneric
Foundation