Leptonica 1.68
C Image Processing Library
|
Enhance with various gamma TRC mappings, hue, saturation, contrast, and sharpening. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const char * | filein = "test24.jpg" |
static const l_int32 | WIDTH = 150 |
Enhance with various gamma TRC mappings, hue, saturation, contrast, and sharpening.
Definition in file enhance_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file enhance_reg.c.
References bmfCreate(), bmfDestroy(), composeRGBPixel(), L_RegParams::display, ERROR_INT, filein, GPLOT_PNG, gplotSimple1(), IFF_JFIF_JPEG, IFF_PNG, kernelCreate(), kernelDestroy(), kernelSetElement(), L_ADD_BELOW, L_INSERT, NULL, numaAddNumber(), numaCreate(), numaDestroy(), pixaAddPix(), pixaCreate(), pixAddSingleTextblock(), pixaDestroy(), pixaDisplay(), pixaDisplayTiledAndScaled(), pixContrastTRC(), pixDestroy(), pixDisplayWithTitle(), pixelFractionalShift(), pixGammaTRC(), pixGetDimensions(), pixGetWidth(), pixLinearMapToTargetColor(), pixMeasureSaturation(), pixModifyHue(), pixModifySaturation(), pixMultConstantColor(), pixMultMatrixColor(), pixOctreeColorQuant(), pixRead(), pixRemoveColormap(), pixSaveTiled(), pixSaveTiledOutline(), pixScale(), pixUnsharpMasking(), regTestCheckFile(), regTestCleanup(), regTestComparePix(), regTestSetup(), regTestWritePixAndCheck(), REMOVE_CMAP_TO_FULL_COLOR, textstr, and WIDTH.
const char* filein = "test24.jpg" [static] |
Definition at line 30 of file enhance_reg.c.
Referenced by main().
Definition at line 31 of file enhance_reg.c.
Referenced by main().