Leptonica 1.68
C Image Processing Library
|
Shows two ways to normalize a document image for uneven illumination. It is somewhat more complicated than using the morphological tophat. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Shows two ways to normalize a document image for uneven illumination. It is somewhat more complicated than using the morphological tophat.
Definition in file livre_adapt.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file livre_adapt.c.
References ERROR_INT, IFF_JFIF_JPEG, IFF_PNG, NULL, pixaDisplayTiledAndScaled(), pixApplyInvBackgroundGrayMap(), pixApplyInvBackgroundRGBMap(), pixaReadFiles(), pixBackgroundNormGrayArrayMorph(), pixBackgroundNormRGBArraysMorph(), pixBlockconv(), pixCloseGray(), pixConvertRGBToLuminance(), pixDestroy(), pixDisplayWithTitle(), pixDisplayWrite(), pixDisplayWriteFormat(), pixGammaTRC(), pixRead(), pixThresholdToBinary(), and pixWrite().