5.3.4.23. Function CCL_LSL_alloc_data

5.3.4.23.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). Arthur HENNEQUIN’s LSL implementation.

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 data.