Leptonica 1.68
C Image Processing Library
|
Enhances contrast of image using pixContrastTRC(). More...
#include <math.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | NPLOTS 5 |
Functions | |
main (int argc, char **argv) |
Enhances contrast of image using pixContrastTRC().
Definition in file contrasttest.c.
#define NPLOTS 5 |
Definition at line 24 of file contrasttest.c.
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 26 of file contrasttest.c.
References ERROR_INT, filein, GPLOT_LINES, GPLOT_X11, gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotMakeOutput(), gplotSimple1(), IFF_JFIF_JPEG, NPLOTS, NULL, numaContrastTRC(), numaDestroy(), numaMakeSequence(), pixContrastTRC(), pixDestroy(), pixRead(), pixWrite(), startTimer(), and stopTimer().