Bsoft function
img_complex_apply_mask
Source:
src/img/img_complex.c
Description:
Applies a mask to a complex image.
Algorithm:
Wherever the mask is <= 0, the data is set to zero.
Requirement: The two images must be the same size.
No statistics are calculated.
Arguments:
| Bimage* p | complex image (replaced by new image).
|
| Bimage* pmask | mask (converted to floating point).
|
Returns:
int error code.
Prototype:
int img_complex_apply_mask(Bimage* p, Bimage* pmask)
Functions used:
bfree
Other objects included:
struct Bimage
struct Bmarker
Generated by bdoc.pl on Mon Jun 15 11:47:38 2009
Back to the Bsoft home