Leptonica 1.68
C Image Processing Library
|
#include <pix.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
struct PixComp ** | pixc |
struct Boxa * | boxa |
Definition at line 553 of file pix.h.
Referenced by pixacompAddPixcomp(), pixacompCreate(), pixacompDestroy(), pixacompGetBoxGeometry(), pixacompGetCount(), pixacompGetPix(), pixacompGetPixcomp(), and pixacompGetPixDimensions().
Definition at line 554 of file pix.h.
Referenced by pixacompAddPixcomp(), pixacompCreate(), pixacompExtendArray(), and pixacompWriteStreamInfo().
struct PixComp** PixaComp::pixc |
Definition at line 555 of file pix.h.
Referenced by main(), pixacompAddPixcomp(), pixacompCreate(), pixacompDestroy(), pixacompExtendArray(), pixacompGetPixcomp(), pixacompGetPixDimensions(), and pixacompReplacePixcomp().
struct Boxa* PixaComp::boxa |
Definition at line 556 of file pix.h.
Referenced by pixacompAddBox(), pixacompCreate(), pixacompCreateFromPixa(), pixacompDestroy(), pixacompExtendArray(), pixacompGetBox(), pixacompGetBoxa(), pixacompGetBoxaCount(), pixacompReadStream(), and pixacompWriteStream().