Leptonica 1.68
C Image Processing Library
|
Exploration of image rotation techniques. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | NTIMES 180 |
#define | NITERS 3 |
Functions | |
main (int argc, char **argv) |
Exploration of image rotation techniques.
Definition in file rotatetest1.c.
#define NTIMES 180 |
Definition at line 26 of file rotatetest1.c.
Referenced by main().
#define NITERS 3 |
Definition at line 27 of file rotatetest1.c.
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file rotatetest1.c.
References ERROR_INT, filein, GPLOT_POINTS, GPLOT_X11, gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotMakeOutput(), IFF_JFIF_JPEG, IFF_PNG, L_BRING_IN_WHITE, L_ROTATE_AREA_MAP, NITERS, NTIMES, NULL, numaDestroy(), numaMakeSequence(), pixAbsDifference(), pixAddBorderGeneral(), pixDestroy(), pixDisplay(), pixGetColorHistogram(), pixGetDepth(), pixGetDimensions(), pixGetHeight(), pixGetWidth(), pixRead(), pixRotate(), pixRotate3Shear(), pixRotateAM(), pixRotateAMColor(), pixRotateAMColorFast(), pixRotateAMCorner(), pixRotateShear(), pixRotateShearCenter(), pixRotateShearIP(), pixScaleToGray3(), pixWrite(), startTimer(), and stopTimer().