Leptonica 1.68
C Image Processing Library
|
Regression test for connected components (both 4 and 8 connected), including regeneration of the original image from the components. This is also an implicit test of rasterop. More...
#include <string.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | NTIMES 10 |
Functions | |
main (int argc, char **argv) |
Regression test for connected components (both 4 and 8 connected), including regeneration of the original image from the components. This is also an implicit test of rasterop.
Definition in file conncomp_reg.c.
#define NTIMES 10 |
Definition at line 28 of file conncomp_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file conncomp_reg.c.
References boxaDestroy(), boxaGetCount(), boxaReadStream(), boxaWriteStream(), ERROR_INT, IFF_PNG, l_binaryRead(), lept_fclose(), lept_fopen(), lept_free(), NULL, pixaDestroy(), pixaDisplay(), pixaDisplayRandomCmap(), pixaGetCount(), pixcmapResetColor(), pixConnComp(), pixDestroy(), pixDisplay(), pixEqual(), pixGetColormap(), pixGetHeight(), pixGetWidth(), pixRead(), and pixWrite().