Leptonica 1.68
C Image Processing Library
|
Demonstrates sorting pix arrays. 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 sorting pix arrays.
Definition in file sorttest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file sorttest.c.
References Pixa::boxa, boxaDestroy(), boxaGetBox(), boxaGetCount(), boxaSort(), boxaWrite(), boxDestroy(), ERROR_INT, filein, IFF_PNG, L_CLONE, L_FLIP_PIXELS, L_SORT_BY_PERIMETER, L_SORT_BY_Y, L_SORT_DECREASING, L_SORT_INCREASING, NULL, pixaDestroy(), pixaDisplayOnLattice(), pixaGetCount(), pixaRead(), pixaSort(), pixaWrite(), pixConnComp(), pixDestroy(), pixRead(), pixRenderBox(), and pixWrite().