Leptonica 1.68
C Image Processing Library
|
Demonstrates using pixConnComp() and testing its speed. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | NTIMES 2 |
Functions | |
main (int argc, char **argv) |
Demonstrates using pixConnComp() and testing its speed.
Definition in file cctest1.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 40 of file cctest1.c.
References boxaDestroy(), boxaGetBox(), boxaGetCount(), boxDestroy(), ERROR_INT, filein, L_CLONE, L_FLIP_PIXELS, NTIMES, NULL, pixaDestroy(), pixaDisplayRandomCmap(), pixcmapResetColor(), pixConnComp(), pixCountConnComp(), pixDestroy(), pixDisplay(), pixDisplayWrite(), pixGetColormap(), pixGetDepth(), pixGetHeight(), pixGetWidth(), pixRead(), pixRenderBox(), startTimer(), and stopTimer().