5.3.2.2. Struct CCL_data_t¶
Defined in File CCL_struct.h
5.3.2.2.1. Struct Documentation¶
-
struct CCL_data_t¶
Inner CCL data required to perform labeling.
Public Members
-
int i0¶
First \(y\) index in the image (included).
-
int i1¶
Last \(y\) index in the image (included).
-
int j0¶
First \(x\) index in the image (included).
-
int j1¶
Last \(x\) index in the image (included).
-
uint32_t **er¶
Relative labels.
-
uint32_t **era¶
Relative <-> absolute labels equivalences.
-
uint32_t **rlc¶
Run-length coding.
-
uint32_t *eq¶
Table of equivalence.
-
uint32_t *ner¶
Number of relative labels.
-
int i0¶