public class BodyDetectData
extends java.lang.Object
构造器和说明 |
---|
BodyDetectData(int bodyNum) |
限定符和类型 | 方法和说明 |
---|---|
int |
getBodyNum() |
int |
getBodyPoseType()
身体动作姿态
1 - 直立
2 - 举双手
3 - 双手比心/摸头
4 - 举左手
5 - 举右手
6 - 向左1
7 - 向右1
8 - 大字型
9 - 叉腰向左2
10 - 叉腰向右2
11 - 超人左
12 - 超人右
13 - 叉腰
|
int |
getBodySportCount() |
int |
getBodySportType()
身体运动姿态
1 - 跳绳
2 - 开合跳
3 - 深蹲
4 - 手臂划圈
5 - 菱形伸展
6 - 伸展扩胸
7 - 仰卧起坐
8 - 俯卧撑
9 - 跪姿俯卧撑
|
void |
setBodyNum(int bodyNum) |
void |
setBodyPoseType(int bodyPoseType) |
void |
setBodySportCount(int sportCount) |
void |
setBodySportType(int sportType) |
public void setBodyNum(int bodyNum)
public int getBodyNum()
public void setBodyPoseType(int bodyPoseType)
public void setBodySportType(int sportType)
public void setBodySportCount(int sportCount)
public int getBodyPoseType()
public int getBodySportType()
public int getBodySportCount()