power_bytepower_bytePowerBytePowerBytepower_byte computes the power spectrum from the real and
imaginary parts of a Fourier-transformed image (see
fft_imagefft_imageFftImageFftImagefft_image), 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".
Execution Information
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).
power_bytepower_bytePowerBytePowerBytepower_byte 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>:).
If necessary, an exception is raised.