CRIMP
Artifact [e5cca74618]
Not logged in

Artifact e5cca746180c49e8fa12d1886aa7bf971e080a77:


threshold_float_grey16
Tcl_Obj* imageAObj
Tcl_Obj* imageBObj

/*
 * Thresholding of all pixels in the first image by the spatially varying
 * threshold specified through the second image.
 */

#define BINOP(p,t) ((p) >= (t) ? BLACK : WHITE)
#include "binop_float_grey16_float.c"

/* vim: set sts=4 sw=4 tw=80 et ft=c: */
/*
 * Local Variables:
 * mode: c
 * c-basic-offset: 4
 * fill-column: 78
 * End:
 */