Leptonica  1.83.1
Image processing and image analysis suite
Pixaa Struct Reference

#include <pix_internal.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
struct Pixa ** pixa
 
struct Boxaboxa
 

Detailed Description

Array of arrays of pix

Definition at line 242 of file pix_internal.h.

Field Documentation

◆ boxa

struct Boxa* Pixaa::boxa

array of boxes

Definition at line 247 of file pix_internal.h.

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

◆ n

l_int32 Pixaa::n

◆ nalloc

l_int32 Pixaa::nalloc

number of Pixa ptrs allocated

Definition at line 245 of file pix_internal.h.

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

◆ pixa

struct Pixa** Pixaa::pixa

array of ptrs to pixa

Definition at line 246 of file pix_internal.h.

Referenced by pixaaAddPixa(), pixaaClear(), pixaaDestroy(), pixaaGetPixa(), pixaaReplacePixa(), and pixaaTruncate().


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