5.3.4.25. Function CCL_LSL_alloc_data¶
Defined in File CCL_compute.h
5.3.4.25.1. Function Documentation¶
-
CCL_data_t *CCL_LSL_alloc_data(int i0, int i1, int j0, int j1)¶
Allocation of inner data required to perform Light Speed Labeling (LSL).
- Parameters
i0 – The first \(y\) index in the image (included).
i1 – The last \(y\) index in the image (included).
j0 – The first \(x\) index in the image (included).
j1 – The last \(x\) index in the image (included).
- Returns
The allocated and initialized data.