Bsoft function

img_smallest

Source:

src/img/img_combine.c

Description:

Selects the smallest of each pixel from two images.

Algorithm:

	Both images are converted to floating point.

Arguments:

Bimage* p1first image.
Bimage* p2second image.
float scaledensity scale to apply to second image
float shiftdensity shift to apply to second image.

Returns:

int 0, <0 if error.

Prototype:

int img_smallest(Bimage* p1, Bimage* p2, float scale, float shift)

Functions used:

balloc
bfree
error_show

Other objects included:

struct Bimage
struct Bmarker


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


Back to the Bsoft home