Leptonica  1.82.0
Image processing and image analysis suite
Pixaa Struct Reference

#include <pix.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
struct Pixa ** pixa
 
struct Boxaboxa
 

Detailed Description

Array of arrays of pix

Definition at line 466 of file pix.h.

Field Documentation

◆ boxa

struct Boxa* Pixaa::boxa

array of boxes

Definition at line 471 of file pix.h.

Referenced by pixaaAddBox(), pixaaDestroy(), pixaaGetBoxa(), and pixaaWriteStream().

◆ n

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().

◆ nalloc

l_int32 Pixaa::nalloc

number of Pixa ptrs allocated

Definition at line 469 of file pix.h.

Referenced by pixaaAddPixa(), pixaaExtendArray(), and pixaaInitFull().

◆ pixa

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().


The documentation for this struct was generated from the following file: