Leptonica 1.68
C Image Processing Library
|
Generate reduced image via a rank binary cascade of up to four 2x reductions using pixReduceRankBinaryCascade(). More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Generate reduced image via a rank binary cascade of up to four 2x reductions using pixReduceRankBinaryCascade().
Definition in file reducetest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file reducetest.c.
References ERROR_INT, filein, IFF_PNG, NULL, pixRead(), pixReduceRankBinaryCascade(), and pixWrite().