Object manipulation functions. More...
#include "potkf_object_treatment.h"
Functions | |
t_object ** | clusters2objects (t_cluster **clusters, int size, t_data *data, t_config *config, t_flag *flag) |
void | clean_objets (t_object **objects, int size) |
void | init_objets_ids (t_object **objects, int size) |
Inits objects ids, NOT IN USE. | |
t_object ** | init_objects () |
Inits objects, NOT IN USE. | |
t_object_list ** | init_list (t_object **objects, int size, t_config *config) |
Inits objects list. | |
void | add_to_err_acc (t_object_list *object) |
void | init_err_acc (t_object_list *object, t_config *config) |
void | add_to_list (t_object_list **list, t_object *object, int *list_size, t_config *config) |
Adds object to object list. | |
void | remove_from_list (t_object_list **list, int *list_size, int obj2rm) |
Removes objects from list, TODO: there is still step missing, kalman structurs must be removed from memory. | |
void | calc_object_props (t_object **objects, int size, t_config *config, t_flag *flags) |
void | recursive_IEPF (t_object *object, t_data *data, int start, int end, t_config *config) |
void | free_lines (t_object **objects, int size) |
void | recursive_line_fitting (t_object *object, t_cluster *cluster, t_data *data, t_config *config) |
Object manipulation functions.