![]() |
Leptonica 1.82.0
Image processing and image analysis suite
|
#include <ccbord.h>
Data Fields | |
| struct Pix * | pix |
| l_int32 | w |
| l_int32 | h |
| l_int32 | n |
| l_int32 | nalloc |
| struct CCBord ** | ccb |
| struct CCBord** CCBorda::ccb |
ccb ptr array
Definition at line 115 of file ccbord.h.
Referenced by ccbaAddCcb(), ccbaDestroy(), ccbaExtendArray(), and ccbaGetCcb().
| l_int32 CCBorda::h |
height of pix
Definition at line 112 of file ccbord.h.
Referenced by ccbaDisplayBorder(), ccbaDisplayImage1(), ccbaDisplayImage2(), ccbaDisplaySPBorder(), and ccbaReadStream().
| l_int32 CCBorda::n |
number of ccbord in ptr array
Definition at line 113 of file ccbord.h.
Referenced by ccbaAddCcb(), ccbaDestroy(), ccbaGetCcb(), and ccbaGetCount().
| l_int32 CCBorda::nalloc |
number of ccbord ptrs allocated
Definition at line 114 of file ccbord.h.
Referenced by ccbaAddCcb(), and ccbaExtendArray().
| struct Pix* CCBorda::pix |
| l_int32 CCBorda::w |
width of pix
Definition at line 111 of file ccbord.h.
Referenced by ccbaDisplayBorder(), ccbaDisplayImage1(), ccbaDisplayImage2(), ccbaDisplaySPBorder(), and ccbaReadStream().