![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
struct Pixa ** | pixa |
struct Boxa * | boxa |
struct Boxa* Pixaa::boxa |
array of boxes
Definition at line 471 of file pix.h.
Referenced by pixaaAddBox(), pixaaDestroy(), pixaaGetBoxa(), and pixaaWriteStream().
l_int32 Pixaa::n |
number of Pixa in ptr array
Definition at line 468 of file pix.h.
Referenced by pixaaAddPixa(), pixaaClear(), pixaaDestroy(), pixaaGetCount(), pixaaGetPixa(), pixaaInitFull(), pixaaReplacePixa(), and pixaaTruncate().
l_int32 Pixaa::nalloc |
number of Pixa ptrs allocated
Definition at line 469 of file pix.h.
Referenced by pixaaAddPixa(), pixaaExtendArray(), and pixaaInitFull().
struct Pixa** Pixaa::pixa |
array of ptrs to pixa
Definition at line 470 of file pix.h.
Referenced by pixaaAddPixa(), pixaaClear(), pixaaDestroy(), pixaaGetPixa(), pixaaReplacePixa(), and pixaaTruncate().