Leptonica 1.68
C Image Processing Library
|
Demonstrates removing and inserting to various array structures using: numaInsertNumber(), boxaInsertBox(), pixaInsertPix(). More...
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Demonstrates removing and inserting to various array structures using: numaInsertNumber(), boxaInsertBox(), pixaInsertPix().
Definition in file inserttest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file inserttest.c.
References boxaCopy(), boxaDestroy(), boxaGetBox(), boxaGetCount(), boxaInsertBox(), boxaRemoveBox(), boxaWrite(), boxCreate(), boxDestroy(), L_CLONE, L_COPY, NULL, numaAddNumber(), numaCopy(), numaCreate(), numaDestroy(), numaGetCount(), numaGetFValue(), numaInsertNumber(), numaRemoveNumber(), numaWrite(), pixaCopy(), pixaDestroy(), pixaGetBox(), pixaGetCount(), pixaGetPix(), pixaInsertPix(), pixaRemovePix(), pixaWrite(), pixClipRectangle(), pixConnComp(), pixDestroy(), and pixRead().