Bsoft function
img_complex2real
Source:
src/img/img_complex.c
Description:
Gets the real part of a complex floating point image.
Algorithm:
The new image contains the real part of the complex image.
Statistics are calculated for the imaginary part of the complex image
to assess whether it is sufficiently small - large values may
indicate improper treatment of the image or transform.
Arguments:
| Bimage* p | image (replaced by new image).
|
Returns:
int error code.
Prototype:
int img_complex2real(Bimage* p)
Functions used:
balloc
bfree
Other objects included:
struct Bimage
struct Bmarker
class Complex
constant M_PI
class Matrix3
Generated by bdoc.pl on Mon Jun 15 11:47:42 2009
Back to the Bsoft home