Data association functions header. More...
#include "data_association.h"
Functions | |
unsigned int | GetListSize (t_list *list) |
void | PrintTree (t_list *list, int l) |
void | AssociateObjects (t_list **list, t_object **objects, int object_size, t_config *config, t_flag *) |
void | RemoveFromList (t_list **list, unsigned int id) |
void | AllocErrors (t_errors *error, t_config *config) |
void | SingleObjectAssociation (t_list *list, t_object *object, t_config *) |
void | SetOjectMorphology (t_list *list, t_object *object) |
void | SetSearchArea (t_list *list, t_config *config) |
void | AddPointPath (t_path *path, double x, double y) |
double | CheckAssociationCriteria (t_list *list, t_object *object, t_config *) |
void | AddObjectToList (t_list **list, t_object *object, t_config *config) |
void | InitialiseClassification (t_classification *classification) |
void | InitialiseTimers (t_timers *timer) |
void | InitialiseSearchArea (t_list *list, t_config *config) |
void | AllocPath (t_path *path, t_config *config) |
Data association functions header.