![]() |
Leptonica 1.68
C Image Processing Library
|
Tests pix3.c boolean operations. More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Defines | |
| #define | DISPLAY 0 |
Functions | |
| main (int argc, char **argv) | |
Tests pix3.c boolean operations.
Definition in file logicops_reg.c.
| #define DISPLAY 0 |
Definition at line 25 of file logicops_reg.c.
Referenced by main().
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 27 of file logicops_reg.c.
References DISPLAY, ERROR_INT, NULL, pixAnd(), pixCopy(), pixCreateTemplate(), pixDestroy(), pixDilateBrick(), pixDisplayWrite(), pixEqual(), pixInvert(), pixOpenBrick(), pixOr(), pixRead(), pixSubtract(), and pixXor().