Leptonica 1.68
C Image Processing Library
|
Tests projection stats for rows and columns. More...
#include <unistd.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
void | TestProjection (L_REGPARAMS *rp, PIX *pix) |
main (int argc, char **argv) |
Tests projection stats for rows and columns.
Definition in file projection_reg.c.
void TestProjection | ( | L_REGPARAMS * | rp, |
PIX * | pix | ||
) |
Definition at line 64 of file projection_reg.c.
References L_RegParams::display, GPLOT_PNG, gplotSimple1(), IFF_PNG, NULL, numaDestroy(), pixaCreate(), pixaDestroy(), pixaDisplay(), pixColumnStats(), pixDestroy(), pixDisplayWithTitle(), pixRead(), pixRotateOrth(), pixRowStats(), pixSaveTiledOutline(), regTestCompareFiles(), and regTestWritePixAndCheck().
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file projection_reg.c.
References pixConvertTo8(), pixDestroy(), pixRead(), pixScaleToGray4(), regTestCleanup(), regTestSetup(), and TestProjection().