Leptonica 1.68
C Image Processing Library
|
Makes Figure 1 in Chapter 18, "Document Image Applications" of the book "Mathematical morphology: from theory to applications"; demonstrates page segmentation. 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 1 in Chapter 18, "Document Image Applications" of the book "Mathematical morphology: from theory to applications"; demonstrates page segmentation.
Definition in file livre_seedgen.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 24 of file livre_seedgen.c.
References IFF_PNG, NULL, pixaDestroy(), pixaDisplayTiledAndScaled(), pixaReadFiles(), pixDestroy(), pixDisplayWrite(), pixDisplayWriteFormat(), pixExpandBinaryReplicate(), pixOpenBrick(), pixRead(), pixReduceRankBinaryCascade(), pixWrite(), startTimer(), and stopTimer().