CRIMP
Artifact [be5290251f]
Not logged in

Artifact be5290251f86ac3ff26a87e78682f5b3bde62cc9:


div_float_grey16
Tcl_Obj* imageAObj
Tcl_Obj* imageBObj
float scale
float offset

/*
 * Pixel- and channel-wise scaled and biased subtraction of two images. The
 * images have to have equal dimensions. Values out of range are wrapped into
 * it (modulo).
 */

#define BINOP(a,b) ((((b) == 0 ? WHITE : ((a) / (b))) / scale) + offset)
#include "binop_float_grey16_float.c"
#undef BINOP

/* vim: set sts=4 sw=4 tw=80 et ft=c: */
/*
 * Local Variables:
 * mode: c
 * c-basic-offset: 4
 * fill-column: 78
 * End:
 */