Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg结构体 参考

#include "MediaInfAiDataPersonVehicleNonDetection.hpp"

Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg 的协作图:

Public 类型

enum class  TypeE : uint32_t { Person = 0 , Vehicle , NonMotorVehicle , EBike }
 

Public 属性

MediaInfAiPic pic
 目标抠图,根据配置参数决定是否有截图 更多...
 
uint64_t id
 目标id 更多...
 
enum Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg::TypeE type
 
Rect rect
 当前目标位置信息 更多...
 
int imgOff
 私有数据,记录内存偏移 更多...
 

成员枚举类型说明

◆ TypeE

枚举值
Person 

人形

Vehicle 

机动车

NonMotorVehicle 

非机动车

EBike 

电动自行车/电动车

类成员变量说明

◆ pic

◆ id

uint64_t Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg::id

◆ type

enum Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg::TypeE Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg::type

◆ rect

Rect Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg::rect

◆ imgOff

int Emx::MediaInfAiDataPersonVehicleNonDetection::DataMsg::imgOff