Leptonica 1.68
C Image Processing Library
|
Tests a number of convolution functions. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const char * | kdatastr = " 20 50 80 50 20 " |
Tests a number of convolution functions.
Definition in file convolve_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 31 of file convolve_reg.c.
References COLOR_GREEN, L_RegParams::display, fpixConvertToPix(), fpixDestroy(), fpixDisplayMaxDynamicRange(), IFF_JFIF_JPEG, IFF_PNG, kdatastr, kernelCreate(), kernelCreateFromString(), kernelDestroy(), kernelSetElement(), kernelSetOrigin(), L_CLIP_TO_ZERO, NULL, pixAddBorderGeneral(), pixBlockconv(), pixBlockconvAccum(), pixBlockconvGray(), pixBlockrank(), pixBlocksum(), pixCensusTransform(), pixConvertTo8(), pixConvolve(), pixDestroy(), pixDisplayWithTitle(), pixRead(), pixScaleBySampling(), pixScaleRGBToGrayFast(), pixWindowedMean(), pixWindowedMeanSquare(), pixWindowedStats(), pixWindowedVariance(), regTestCleanup(), regTestComparePix(), regTestSetup(), and regTestWritePixAndCheck().
const char* kdatastr = " 20 50 80 50 20 " [static] |
Definition at line 24 of file convolve_reg.c.
Referenced by main().