Leptonica 1.68
C Image Processing Library
|
Generates histogram rank vs value & value vs rank plots. 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 | BIN_SIZE = 1 |
Generates histogram rank vs value & value vs rank plots.
Definition in file numaranktest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file numaranktest.c.
References BIN_SIZE, ERROR_INT, filein, GPLOT_X11, gplotSimple1(), NULL, numaAddNumber(), numaCreate(), numaDestroy(), numaHistogramGetRankFromVal(), numaHistogramGetValFromRank(), numaMakeHistogramClipped(), pixDestroy(), pixGetDimensions(), pixGetPixel(), and pixRead().
Definition at line 26 of file numaranktest.c.
Referenced by main().