![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
struct Boxa ** | boxa |
struct Boxa** Boxaa::boxa |
boxa ptr array
Definition at line 505 of file pix.h.
Referenced by boxaaAddBoxa(), boxaaDestroy(), boxaaGetBoxa(), boxaaInsertBoxa(), boxaaRemoveBoxa(), and boxaaReplaceBoxa().
l_int32 Boxaa::n |
number of boxa in ptr array
Definition at line 503 of file pix.h.
Referenced by boxaaAddBoxa(), boxaaDestroy(), boxaaGetCount(), boxaaInitFull(), boxaaInsertBoxa(), and boxaaRemoveBoxa().
l_int32 Boxaa::nalloc |
number of boxa ptrs allocated
Definition at line 504 of file pix.h.
Referenced by boxaaAddBoxa(), boxaaExtendArray(), boxaaExtendArrayToSize(), boxaaInitFull(), and boxaaInsertBoxa().