#include <lar/lar.h>
Data Structures | |
struct | t_cluster |
This structure all cluster information. More... | |
struct | t_data |
This structure has all points coordinates. More... | |
struct | t_data_acc |
This structure is a vector of t_data structures, serves as a data accumulator. More... | |
struct | t_config |
This structure contains global configurations parameters. More... | |
struct | t_flag |
This structure contains global flags parameters. More... | |
struct | t_line |
This structure contains a single line properties. More... | |
struct | t_object |
This structure contains object information. More... | |
struct | t_track |
This structure contains object track information. More... | |
struct | t_circular_data |
Generic circular data vector. More... | |
struct | t_fps |
struct | t_timers |
struct | t_motion_models |
struct | t_errors |
struct | t_path |
Object future path. More... | |
struct | t_velocity |
struct | t_search_area |
struct | t_object_morphology |
struct | t_classification |
struct | t_measurements |
struct | t_position |
struct | t_linked_list |
Defines | |
#define | null NULL |
#define | _MAX_CLUSTERS_ 5000 |
#define | _MAX_TRACK_LENGHT_ 1000 |
Typedefs | |
typedef t_linked_list | t_list |
Enumerations | |
enum | enum_velocity_classification { MOVING = 5, STATIONARY = 6 } |
enum | enum_background_style { STYLE_DARK, STYLE_LIGHT, STYLE_DARK, STYLE_LIGHT } |
enum | enum_motion_model { CV, CA, MIX } |