![]() |
Leptonica 1.68
C Image Processing Library
|
Exploration of hole-filling and seedfilling. More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Defines | |
| #define | NTIMES 5 |
| #define | CONNECTIVITY 8 |
| #define | XS 150 |
| #define | YS 150 |
| #define | DFLAG 1 |
Functions | |
| main (int argc, char **argv) | |
Exploration of hole-filling and seedfilling.
Definition in file seedfilltest.c.
| #define NTIMES 5 |
Definition at line 26 of file seedfilltest.c.
Referenced by main().
| #define CONNECTIVITY 8 |
Definition at line 27 of file seedfilltest.c.
Referenced by main().
| #define XS 150 |
Definition at line 28 of file seedfilltest.c.
Referenced by main().
| #define YS 150 |
Definition at line 29 of file seedfilltest.c.
Referenced by main().
| #define DFLAG 1 |
Definition at line 31 of file seedfilltest.c.
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 33 of file seedfilltest.c.
References CONNECTIVITY, ERROR_INT, FALSE, filein, IFF_PNG, NTIMES, NULL, pixAddConstantGray(), pixClone(), pixConvertTo8(), pixCreateTemplate(), pixDestroy(), pixDilateBrick(), pixDisplay(), pixGetHeight(), pixGetPixel(), pixGetWidth(), pixHDome(), pixHolesByFilling(), pixInvert(), pixOr(), pixRead(), pixSeedfillBinary(), pixSeedfillGray(), pixSeedfillMorph(), pixSetPixel(), pixThresholdToBinary(), pixWrite(), size, startTimer(), stopTimer(), XS, and YS.