![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <ccbord_internal.h>
Data Fields | |
struct Pix * | pix |
struct Boxa * | boxa |
struct Pta * | start |
l_atomic | refcount |
struct Ptaa * | local |
struct Ptaa * | global |
struct Numaa * | step |
struct Pta * | splocal |
struct Pta * | spglobal |
A single CCBord for a connected component
Definition at line 82 of file ccbord_internal.h.
struct Boxa* CCBord::boxa |
regions of each closed curve
Definition at line 85 of file ccbord_internal.h.
Referenced by ccbaDisplayImage1(), ccbaDisplayImage2(), ccbaGenerateGlobalLocs(), ccbaGenerateSPGlobalLocs(), ccbaReadStream(), ccbDestroy(), pixGetHoleBorder(), and pixGetOuterBorder().
struct Ptaa* CCBord::global |
ptaa of chain pixels (global)
Definition at line 89 of file ccbord_internal.h.
Referenced by ccbaDisplayBorder(), ccbaGenerateGlobalLocs(), and ccbDestroy().
struct Ptaa* CCBord::local |
ptaa of chain pixels (local)
Definition at line 88 of file ccbord_internal.h.
Referenced by ccbaDisplayImage1(), ccbaDisplayImage2(), ccbaGenerateGlobalLocs(), ccbaGenerateSinglePath(), ccbaGenerateStepChains(), ccbDestroy(), pixGetHoleBorder(), and pixGetOuterBorder().
struct Pix* CCBord::pix |
component bitmap (min size)
Definition at line 84 of file ccbord_internal.h.
Referenced by ccbDestroy().
l_atomic CCBord::refcount |
number of handles; start at 1
Definition at line 87 of file ccbord_internal.h.
Referenced by ccbaGetCcb(), and ccbDestroy().
struct Pta* CCBord::spglobal |
pta of single chain (global)
Definition at line 92 of file ccbord_internal.h.
Referenced by ccbaDisplaySPBorder(), ccbaGenerateSPGlobalLocs(), ccbaWriteSVGString(), and ccbDestroy().
struct Pta* CCBord::splocal |
pta of single chain (local)
Definition at line 91 of file ccbord_internal.h.
Referenced by ccbaGenerateSinglePath(), ccbaGenerateSPGlobalLocs(), and ccbDestroy().
struct Pta* CCBord::start |
initial border pixel locations
Definition at line 86 of file ccbord_internal.h.
Referenced by ccbaReadStream(), ccbDestroy(), pixGetHoleBorder(), and pixGetOuterBorder().
struct Numaa* CCBord::step |
numaa of chain code (step dir)
Definition at line 90 of file ccbord_internal.h.
Referenced by ccbaGenerateStepChains(), ccbaReadStream(), and ccbDestroy().