Name
phase_degphase_degPhaseDegPhaseDeg — Return the phase of a complex image in degrees.
phase_degphase_degPhaseDegPhaseDegPhaseDeg computes the phase of a complex image in
degrees. The following formula is used:
Hence, ImagePhaseImagePhaseImagePhaseImagePhaseimagePhase contains half the phase angle. For
negative phase angles, 180 is added.
- 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.
Phase of the image in degrees.
read_image(&Image,"monkey");
disp_image(Image,WindowHandle);
fft_image(Image,&FFT);
phase_deg(FFT,&Phase);
disp_image(Phase,WindowHandle);
phase_degphase_degPhaseDegPhaseDegPhaseDeg 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
disp_imagedisp_imageDispImageDispImageDispImage
phase_radphase_radPhaseRadPhaseRadPhaseRad
fft_image_invfft_image_invFftImageInvFftImageInvFftImageInv
Foundation