5.3.4.102. Function kNN_alloc_data

5.3.4.102.1. Function Documentation

kNN_data_t *kNN_alloc_data(const size_t max_size)

Allocation of inner kNN data. The conflicts field is allocated only if the FMDT_ENABLE_DEBUG macro is defined.

Parameters

max_size – Maximum number of RoIs that can considered for associations.

Returns

Pointer of kNN data.