Blame view

src/MSRegionSurveilance/MSheader.h 317 Bytes
8805b950   Liu Meng   物品遗留效果优化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  #pragma once
  typedef struct VPT_ObjInfo	//结果结构体
  {
  	int left;
  	int top;
  	int right;
  	int bottom;
  	int center_x;
  	int center_y;
  	int index;				//	行人/车辆类别,支持10
  	long id;					//	目标唯一ID,同一ID为同一目标
  	int num;				//	ID序列下的第num
  	double confidence;		//	置信度
  	int snap_flag;
  }VPT_ObjInfo;