Nuitrack 1.5.0
3D スケルトン トラッキング ミドルウェア
 すべて クラス 名前空間 関数 変数 Typedefs 列挙型 列挙子 プロパティ イベント グループ ページ
User.h
1 #ifndef NUITRACK_USER_H_
2 #define NUITRACK_USER_H_
3 
4 #include "nuitrack/types/Vector3.h"
5 #include "nuitrack/types/BoundingBox.h"
6 
7 namespace tdv
8 {
9 namespace nuitrack
10 {
15 struct User
16 {
20  int id;
21 
26 
31 
38 
42  float occlusion;
43 };
44 
45 } /* namespace nuitrack */
46 } /* namespace tdv */
47 
48 #endif /* NUITRACK_USER_H_ */
Vector3 proj
重心の射影座標
定義:User.h:25
境界ボックス プロパティを保存します。
定義:BoundingBox.h:12
BoundingBox box
境界ボックス
定義:User.h:37
定義:Vector3.h:9
float occlusion
[0;1] の範囲での閉塞率
定義:User.h:42
検出したユーザーに関する情報を保存します。
定義:User.h:15
Vector3 real
重心の実際の座標
定義:User.h:30
int id
ユーザー識別子
定義:User.h:20