Leptonica 1.68
C Image Processing Library
|
Demonstrates removing dark lines from a light pencil drawing (see http://leptonica.com/line-removal.html for details). More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Demonstrates removing dark lines from a light pencil drawing (see http://leptonica.com/line-removal.html for details).
Definition in file lineremoval.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file lineremoval.c.
References ERROR_INT, filein, IFF_PNG, NULL, pixAddGray(), pixCloseGray(), pixCombineMasked(), pixDisplayMultiple(), pixDisplayWrite(), pixErodeGray(), pixFindSkew(), pixInvert(), pixOpenGray(), pixRead(), pixRotateAMGray(), pixThresholdToBinary(), pixThresholdToValue(), and pixWrite().