| Table of Contents / Filters / FFT | Operators |
phase_rad — Return the phase of a complex image in radians.
phase_rad(ImageComplex : ImagePhase : : )
phase_rad computes the phase of a complex image in radians. The following formula is used:
phase = atan2(imaginary part,real part) .
Input image in frequency domain.
Phase of the image in radians.
read_image(&Image,"monkey"); disp_image(Image,WindowHandle); fft_image(Image,&FFT); phase_rad(FFT,&Phase); disp_image(Phase,WindowHandle);
phase_rad 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.
fft_image, fft_generic, rft_generic
fft_image_inv, fft_generic, rft_generic
Foundation
| Table of Contents / Filters / FFT | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |