Leptonica 1.68
C Image Processing Library
|
Tests procedure for locating extrema (minima and maxima) of a sampled function. More...
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Tests procedure for locating extrema (minima and maxima) of a sampled function.
Definition in file extrema_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file extrema_reg.c.
References ERROR_INT, GPLOT_LINES, GPLOT_POINTS, GPLOT_X11, gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotMakeOutput(), NULL, numaAddNumber(), numaCreate(), numaDestroy(), numaFindExtrema(), numaGetCount(), numaGetFValue(), and numaGetIValue().