Bsoft function

img_complex_apply_dual_mask

Source:

src/img/img_complex.c

Description:

Applies a dual mask to a complex image.

Algorithm:

	The mask is applied to an image, generating two images, the first 

with values retained where the mask is positive, and the second with
values where the mask is negative.
The input image is replaced and the second is created and linked to
the first.
Requirement: The two input images must be the same size.
No statistics are calculated.

Arguments:

Bimage* pcomplex image (replaced by new image).
Bimage* pmaskmask (converted to floating point).

Returns:

int error code.

Prototype:

int img_complex_apply_dual_mask(Bimage* p, Bimage* pmask)

Functions used:

bfree

Other objects included:

struct Bimage
struct Bmarker
class Complex


Generated by bdoc.pl on Mon Jun 15 11:47:38 2009


Back to the Bsoft home