Leptonica  1.83.1
Image processing and image analysis suite
CCBorda Struct Reference

#include <ccbord_internal.h>

Data Fields

struct Pixpix
 
l_int32 w
 
l_int32 h
 
l_int32 n
 
l_int32 nalloc
 
struct CCBord ** ccb
 

Detailed Description

Array of CCBord

Definition at line 96 of file ccbord_internal.h.

Field Documentation

◆ ccb

struct CCBord** CCBorda::ccb

ccb ptr array

Definition at line 103 of file ccbord_internal.h.

Referenced by ccbaAddCcb(), ccbaDestroy(), ccbaExtendArray(), and ccbaGetCcb().

◆ h

l_int32 CCBorda::h

◆ n

l_int32 CCBorda::n

number of ccbord in ptr array

Definition at line 101 of file ccbord_internal.h.

Referenced by ccbaAddCcb(), ccbaDestroy(), ccbaGetCcb(), and ccbaGetCount().

◆ nalloc

l_int32 CCBorda::nalloc

number of ccbord ptrs allocated

Definition at line 102 of file ccbord_internal.h.

Referenced by ccbaAddCcb(), and ccbaExtendArray().

◆ pix

struct Pix* CCBorda::pix

input pix (may be null)

Definition at line 98 of file ccbord_internal.h.

Referenced by ccbaDestroy().

◆ w

l_int32 CCBorda::w

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