CRIMP
Artifact [da42fd1b17]
Not logged in

Artifact da42fd1b179ee2a96a48017f41400bbe9ed1c43a:


min_grey8_grey8
Tcl_Obj* imageAObj
Tcl_Obj* imageBObj

/*
 * Pixel- and channel-wise min-combination of two images. The images have to
 * have equal dimensions.
 */

#define BINOP(a,b) (MIN((a),(b)))
#include "binop_grey8_grey8.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:
 */