![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <ccbord_internal.h>
Data Fields | |
struct Pix * | pix |
l_int32 | w |
l_int32 | h |
l_int32 | n |
l_int32 | nalloc |
struct CCBord ** | ccb |
Array of CCBord
Definition at line 96 of file ccbord_internal.h.
struct CCBord** CCBorda::ccb |
ccb ptr array
Definition at line 103 of file ccbord_internal.h.
Referenced by ccbaAddCcb(), ccbaDestroy(), ccbaExtendArray(), and ccbaGetCcb().
l_int32 CCBorda::h |
height of pix
Definition at line 100 of file ccbord_internal.h.
Referenced by ccbaDisplayBorder(), ccbaDisplayImage1(), ccbaDisplayImage2(), ccbaDisplaySPBorder(), and ccbaReadStream().
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().
l_int32 CCBorda::nalloc |
number of ccbord ptrs allocated
Definition at line 102 of file ccbord_internal.h.
Referenced by ccbaAddCcb(), and ccbaExtendArray().
struct Pix* CCBorda::pix |
input pix (may be null)
Definition at line 98 of file ccbord_internal.h.
Referenced by ccbaDestroy().
l_int32 CCBorda::w |
width of pix
Definition at line 99 of file ccbord_internal.h.
Referenced by ccbaDisplayBorder(), ccbaDisplayImage1(), ccbaDisplayImage2(), ccbaDisplaySPBorder(), and ccbaReadStream().