This structure contains object information. More...
#include <common.h>
Data Fields | |
t_line ** | line |
double | cx |
double | cy |
double | rmin |
double | tm |
double | size |
int | n_lines |
int | id |
bool | object_found |
bool | partialy_occluded |
double | min_distance_to_existing_object |
double | velocity_module |
double | velocity_angle |
This structure contains object information.
This structure object information.
double t_object::cx |
Referenced by calc_object_props().
double t_object::cy |
Referenced by calc_object_props().
int t_object::id |
Referenced by calc_object_props(), recursive_IEPF(), and recursive_line_fitting().
Referenced by calc_object_props(), free_lines(), and recursive_IEPF().
Referenced by clusters2objects().
double t_object::rmin |
Referenced by clusters2objects().
double t_object::size |
Referenced by calc_object_props().
double t_object::tm |
Referenced by clusters2objects().
double t_object::velocity_angle |
double t_object::velocity_module |