![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
l_uint32 | refcount |
struct Pix ** | pix |
struct Boxa * | boxa |
struct Boxa* Pixa::boxa |
array of boxes
Definition at line 461 of file pix.h.
Referenced by pixaAddBox(), pixaBinSort(), pixaClear(), pixaCreateFromPixacomp(), pixaDestroy(), pixaGetBox(), pixaGetBoxa(), pixaGetBoxaCount(), pixaInitFull(), pixaInsertPix(), pixaRemovePix(), pixaRemovePixAndSave(), pixaReplacePix(), pixaSetBoxa(), pixaSort(), and pixaWriteStream().
l_int32 Pixa::n |
number of Pix in ptr array
Definition at line 457 of file pix.h.
Referenced by pixaAddPix(), pixaClear(), pixaCopy(), pixaDestroy(), pixaGetBoxGeometry(), pixaGetCount(), pixaGetPix(), pixaGetPixDimensions(), pixaInitFull(), pixaInsertPix(), pixaRemovePix(), pixaRemovePixAndSave(), and pixaReplacePix().
l_int32 Pixa::nalloc |
number of Pix ptrs allocated
Definition at line 458 of file pix.h.
Referenced by pixaAddPix(), pixaExtendArray(), pixaExtendArrayToSize(), pixaInitFull(), and pixaInsertPix().
struct Pix** Pixa::pix |
the array of ptrs to pix
Definition at line 460 of file pix.h.
Referenced by pixaAddPix(), pixaClear(), pixaDestroy(), pixaGetPix(), pixaGetPixArray(), pixaInsertPix(), pixaRemovePix(), pixaRemovePixAndSave(), and pixaReplacePix().
l_uint32 Pixa::refcount |
reference count (1 if no clones)
Definition at line 459 of file pix.h.
Referenced by pixaChangeRefcount(), and pixaDestroy().