Bsoft function
img_complex2amplitudes
Source:
src/img/img_complex.c
Description:
Converts a complex image to an amplitude image.
Algorithm:
The new image contains the amplitudes of the complex image.
Arguments:
Bimage* p
image (replaced by new image).
Returns:
int error code.
Prototype:
int img_complex2amplitudes(Bimage* p)
Functions used:
balloc
bfree
Other objects included:
struct Bimage
struct Bmarker
class Complex
constant M_PI
Generated by bdoc.pl on Mon Jun 15 11:47:42 2009
Back to the Bsoft home