tracking.h File Reference
Tracking related functions header.
More...
#include "common.h"
Functions |
void | set_objects_ids (t_object **objects, int size, int id) |
void | object_nearest_neighbour_tracking (t_object **old_object, t_object **new_object, int old_size, int new_size, t_config *config, t_flag *flags) |
double | point2point_distance (double xi, double yi, double xf, double yf) |
void | associate_models (t_object **objects, int size, t_object **old_objects, int old_size, t_config *config, t_flag *flags) |
void | init_model (t_model *model) |
void | kinit_object (t_object *object) |
void | move_to_objects (t_object *object, t_object **objects, int size) |
void | kalman_tracking (t_object_list **list, t_object **object, int *list_size, int size, t_config *config, t_flag *) |
void | add_to_list (t_object_list **list, t_object *object, int *list_size, t_config *config) |
void | remove_from_list (t_object_list **list, int *list_size, int obj2rm) |
int | remove_overlapped_objects (t_object_list **list, int *size, t_config *config) |
int | real2print (double x, t_config *config) |
void | calc_ellipse_axis (t_object_list *object) |
void | update_tracks (t_object_list **list, int size) |
Detailed Description
Tracking related functions header.