up
Scheaven
2021-07-23 b809a0bb3a90a740ed1e9a04abe102c933e4fd79
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
// Created by Scheaven on 2020/3/24.
//
 
#ifndef INC_01_CPP_SORT_CONFIG_H
#define INC_01_CPP_SORT_CONFIG_H
 
#include <string>
#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