data_association.h File Reference
Data association functions header.
More...
#include "common.h"
Functions |
unsigned int | GetListSize (t_list *list) |
void | AssociateObjects (t_list **list, t_object **objects, int object_size, t_config *config, t_flag *) |
void | AddObjectToList (t_list **list, t_object *object, t_config *config) |
void | RemoveFromList (t_list **list, unsigned int id) |
void | AllocMotionModels (t_list *list, t_config *config) |
void | AllocPath (t_path *path, t_config *config) |
void | PrintNobjects (t_list *list) |
void | InitialiseSearchArea (t_list *list, t_config *config) |
void | InitialiseTimers (t_timers *timer) |
void | InitialiseClassification (t_classification *classification) |
double | CheckAssociationCriteria (t_list *list, t_object *object, t_config *) |
void | SingleObjectAssociation (t_list *list, t_object *object, t_config *) |
void | AddPointPath (t_path *path, double x, double y) |
void | SetSearchArea (t_list *list, t_config *config) |
void | AllocErrors (t_errors *error, t_config *config) |
void | SetOjectMorphology (t_list *list, t_object *object) |
void | PrintTree (t_list *list, int l) |
double | point2point_distance (double xi, double yi, double xf, double yf) |
int | real2print (double x, t_config *config) |
| Converts a value from real world coordinates to image coordinates.
|
Variables |
unsigned int | last_id |
Detailed Description
Data association functions header.