Astra SDK  v2.1.3
Public 成员函数 | 静态 Public 属性 | 属性 | 所有成员列表
Astra.BodyFrame类 参考
类 Astra.BodyFrame 继承关系图:
Astra.DataFrame

Public 成员函数

void CopyBodyData (ref Body[] bodies)
 
 BodyFrame (IntPtr handle)
 
void rotate (int angle)
 

静态 Public 属性

const int MaxBodies = Native.BodyFrame.MaxBodies
 
const int BodyCount = 6
 

属性

override int StreamType [get]
 
int Width [get]
 
int Height [get]
 
bool IsEstimated [get]
 
BodyMask?? BodyMask [get]
 
FloorInfo?? FloorInfo [get]
 
- 属性 继承自 Astra.DataFrame
long FrameIndex [get]
 
abstract int StreamType [get]
 
IntPtr Handle [get]
 

额外继承的成员函数

- Protected 成员函数 继承自 Astra.DataFrame
 DataFrame (IntPtr handle)
 

详细描述

The type BodyFrame.

成员函数说明

◆ rotate()

void Astra.BodyFrame.rotate ( int  angle)
inline

rotate body frame

参数
anglethe angle of clockwise direction rotation, can be 90 and 270.

属性说明

◆ Height

int Astra.BodyFrame.Height
get

Gets height of BodyFrame. Currently the same as height of BodyMask.

返回
the height

◆ IsEstimated

bool Astra.BodyFrame.IsEstimated
get

Gets if the frame was estimated due to a slow CPU. .

返回
the bool

◆ Width

int Astra.BodyFrame.Width
get

Gets width of BodyFrame. Currently the same as width of BodyMask.

返回
the width

该类的文档由以下文件生成: