Leptonica 1.68
C Image Processing Library
|
Demonstrates labeling pixels by membership in runs using pixRunlengthTransform(). 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 labeling pixels by membership in runs using pixRunlengthTransform().
Definition in file runlengthtest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 25 of file runlengthtest.c.
References ERROR_INT, filein, IFF_PNG, L_CHOOSE_MAX, L_HORIZONTAL_RUNS, L_LINEAR_SCALE, L_VERTICAL_RUNS, NULL, pixDestroy(), pixDisplay(), pixMaxDynamicRange(), pixMinOrMax(), pixRead(), pixRunlengthTransform(), pixWrite(), startTimer(), and stopTimer().