![]() |
Leptonica 1.68
C Image Processing Library
|
Tests removal of components using: pixConnComp() and pixSelectBySize(). More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Functions | |
| main (int argc, char **argv) | |
Variables | |
| static const l_int32 | CONNECTIVITY = 8 |
Tests removal of components using: pixConnComp() and pixSelectBySize().
Definition in file pixa1_reg.c.
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 29 of file pixa1_reg.c.
References boxaDestroy(), boxaGetCount(), CONNECTIVITY, ERROR_INT, GPLOT_LINES, GPLOT_X11, gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotMakeOutput(), L_SELECT_IF_BOTH, L_SELECT_IF_EITHER, L_SELECT_IF_GTE, L_SELECT_IF_LTE, NULL, numaAddNumber(), numaCreate(), numaDestroy(), numaEmpty(), numaMakeSequence(), pixConnComp(), pixDestroy(), pixRead(), pixSelectBySize(), and size.
const l_int32 CONNECTIVITY = 8 [static] |
Definition at line 26 of file pixa1_reg.c.
Referenced by main().