// // Created by Scheaven on 2020/3/24. // #ifndef INC_01_CPP_SORT_CONFIG_H #define INC_01_CPP_SORT_CONFIG_H #include #include "log_util.h" struct bbox_t { unsigned int x, y, w, h; float prob; unsigned int obj_id; unsigned int track_id; unsigned int frames_counter; float x_3d, y_3d, z_3d; }; typedef struct m_staticStruct { static int times; }M_STATICSTRUCT, *P_STATICSTRUCT; #endif //INC_01_CPP_SORT_CONFIG_H