![]() |
Leptonica 1.68
C Image Processing Library
|
Exploration of image shearing techniques. More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Defines | |
| #define | NTIMES 10 |
Functions | |
| main (int argc, char **argv) | |
Exploration of image shearing techniques.
Definition in file sheartest.c.
| #define NTIMES 10 |
Definition at line 28 of file sheartest.c.
Referenced by main().
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file sheartest.c.
References ERROR_INT, filein, IFF_PNG, L_BRING_IN_WHITE, NTIMES, NULL, pixCopy(), pixDestroy(), pixDisplay(), pixEqual(), pixGetDimensions(), pixHShear(), pixHShearIP(), pixRead(), pixSetPadBits(), pixVShear(), pixVShearIP(), and pixWrite().