5.3.4.65. Function kNN_alloc_data¶
Defined in File kNN_compute.h
5.3.4.65.1. Function Documentation¶
-
kNN_data_t *kNN_alloc_data(const size_t max_size)¶
Allocation of inner kNN data. The
conflictsfield is allocated only if theFMDT_ENABLE_DEBUGmacro is defined.- Parameters
max_size – Maximum number of RoIs that can considered for associations.
- Returns
Pointer of kNN data.