Leptonica 1.68
C Image Processing Library
|
Tests rank filters on 8 and 32 bpp images. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Tests rank filters on 8 and 32 bpp images.
Definition in file ranktest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file ranktest.c.
References ERROR_INT, filein, IFF_JFIF_JPEG, IFF_PNG, L_MORPH_DILATE, L_MORPH_ERODE, NULL, pixaDestroy(), pixaDisplayTiledAndScaled(), pixaReadFiles(), pixColorMorph(), pixDestroy(), pixDilateGray(), pixDisplay(), pixDisplayWrite(), pixEqual(), pixErodeGray(), pixGetDimensions(), pixRankFilter(), pixRead(), pixWrite(), startTimer(), and stopTimer().