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

#include "MediaInfAiDataPersonRecognition.hpp"

Emx::MediaInfAiDataPersonRecognition::DataMsg 的协作图:

Public 类型

enum class  ClothesTypeE : uint32_t {
  Shirts , TShirts , Hoodies , Coats ,
  Windbreakers
}
 
enum class  BottomsTypeE : uint32_t { Skirts , Shorts , Pants }
 
enum class  BehaviorTypeE : uint32_t {
  Standing , Squatting , LieDown , Running ,
  Walk , Bend , CrossArms , Wave1 ,
  Wave2 , Loitering , Fighting , PhoneUsage ,
  Butt
}
 

Public 属性

MediaInfAiPic pic
 人形抠图,根据配置参数决定是否有截图 更多...
 
uint64_t id
 目标id 更多...
 
Rect rect
 人形位置信息 更多...
 
enum Emx::MediaInfAiDataPersonRecognition::DataMsg::ClothesTypeE clothesType
 
uint32_t clothesColor
 衣服rgb颜色 更多...
 
enum Emx::MediaInfAiDataPersonRecognition::DataMsg::BottomsTypeE bottomsType
 
uint32_t bottomsColor
 下装rgb颜色 更多...
 
enum Emx::MediaInfAiDataPersonRecognition::DataMsg::BehaviorTypeE behaviorType
 
KeyPoint keyPoints [32]
 人体关键点 更多...
 
int keyPointNums
 人体关键点数量 更多...
 
int imgOff
 私有数据,记录内存偏移 更多...
 

成员枚举类型说明

◆ ClothesTypeE

枚举值
Shirts 

衬衫

TShirts 

T 恤

Hoodies 

卫衣

Coats 

外套

Windbreakers 

风衣

◆ BottomsTypeE

枚举值
Skirts 

裙子

Shorts 

短裤

Pants 

长裤

◆ BehaviorTypeE

枚举值
Standing 

站立

Squatting 

蹲着

LieDown 

躺倒/跌倒

Running 

Walk 

慢走

Bend 

弯腰

CrossArms 

交叉双臂

Wave1 

挥单手

Wave2 

挥双手

Loitering 

徘徊

Fighting 

打架斗殴

PhoneUsage 

玩手机

Butt 

类成员变量说明

◆ pic

◆ id

uint64_t Emx::MediaInfAiDataPersonRecognition::DataMsg::id

◆ rect

Rect Emx::MediaInfAiDataPersonRecognition::DataMsg::rect

◆ clothesType

enum Emx::MediaInfAiDataPersonRecognition::DataMsg::ClothesTypeE Emx::MediaInfAiDataPersonRecognition::DataMsg::clothesType

◆ clothesColor

uint32_t Emx::MediaInfAiDataPersonRecognition::DataMsg::clothesColor

◆ bottomsType

enum Emx::MediaInfAiDataPersonRecognition::DataMsg::BottomsTypeE Emx::MediaInfAiDataPersonRecognition::DataMsg::bottomsType

◆ bottomsColor

uint32_t Emx::MediaInfAiDataPersonRecognition::DataMsg::bottomsColor

◆ behaviorType

enum Emx::MediaInfAiDataPersonRecognition::DataMsg::BehaviorTypeE Emx::MediaInfAiDataPersonRecognition::DataMsg::behaviorType

◆ keyPoints

KeyPoint Emx::MediaInfAiDataPersonRecognition::DataMsg::keyPoints[32]

◆ keyPointNums

int Emx::MediaInfAiDataPersonRecognition::DataMsg::keyPointNums

◆ imgOff

int Emx::MediaInfAiDataPersonRecognition::DataMsg::imgOff