Leptonica 1.68
C Image Processing Library
|
Makes Figure 9 in Chapter 18, "Document Image Applications" of the book "Mathematical morphology: from theory to applications"; demonstrates tophat background cleaning. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Makes Figure 9 in Chapter 18, "Document Image Applications" of the book "Mathematical morphology: from theory to applications"; demonstrates tophat background cleaning.
Definition in file livre_tophat.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 26 of file livre_tophat.c.
References ERROR_INT, IFF_JFIF_JPEG, L_TOPHAT_BLACK, NULL, pixaDisplayTiledAndScaled(), pixaReadFiles(), pixConvertRGBToLuminance(), pixDestroy(), pixDisplay(), pixDisplayWrite(), pixDisplayWriteFormat(), pixGammaTRC(), pixInvert(), pixRead(), pixTophat(), and pixWrite().