Leptonica  1.82.0
Image processing and image analysis suite
Boxa Struct Reference

#include <pix.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
l_uint32 refcount
 
struct Box ** box
 

Detailed Description

Array of Box

Definition at line 491 of file pix.h.

Field Documentation

◆ box

◆ n

◆ nalloc

l_int32 Boxa::nalloc

number of box ptrs allocated

Definition at line 494 of file pix.h.

Referenced by boxaAddBox(), boxaCopy(), boxaExtendArray(), boxaExtendArrayToSize(), boxaInitFull(), and boxaInsertBox().

◆ refcount

l_uint32 Boxa::refcount

reference count (1 if no clones)

Definition at line 495 of file pix.h.

Referenced by boxaCopy(), and boxaDestroy().


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