Leptonica  1.82.0
Image processing and image analysis suite
CCBorda Struct Reference

#include <ccbord.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 108 of file ccbord.h.

Field Documentation

◆ ccb

struct CCBord** CCBorda::ccb

ccb ptr array

Definition at line 115 of file ccbord.h.

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

◆ h

◆ n

l_int32 CCBorda::n

number of ccbord in ptr array

Definition at line 113 of file ccbord.h.

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

◆ nalloc

l_int32 CCBorda::nalloc

number of ccbord ptrs allocated

Definition at line 114 of file ccbord.h.

Referenced by ccbaAddCcb(), and ccbaExtendArray().

◆ pix

struct Pix* CCBorda::pix

input pix (may be null)

Definition at line 110 of file ccbord.h.

Referenced by ccbaDestroy(), jbCorrelation(), and jbRankHaus().

◆ w


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