Свойство | Тип | Описание | |
---|---|---|---|
CalculateDistance | double | ||
GetHand | LightBuzz.Vitruvius.FingerTracking.Hand | ||
GetHand | LightBuzz.Vitruvius.FingerTracking.Hand |
Метод | Описание | |
---|---|---|
HandsController ( ) : Microsoft.Kinect |
Creates a new instance of HandsController.
|
|
HandsController ( CoordinateMapper coordinateMapper ) : Microsoft.Kinect |
Creates a new instance of HandsController with the specified coordinate mapper.
|
|
HandsController ( ) : System |
Creates a new instance of HandsController.
|
|
HandsController ( CoordinateMapper coordinateMapper ) : System |
Creates a new instance of HandsController with the specified coordinate mapper.
|
|
Update ( |
Updates the finger-detection engine with the new data.
|
|
Update ( ushort data, Body body ) : void |
Updates the finger-detection engine with the new data.
|
|
getFingers ( ) : IList |
||
getFingers ( ) : List |
Method for using to get list of finger right hand
|
Метод | Описание | |
---|---|---|
CalculateDistance ( float handLeftX, float handLeftY, float tipLeftX, float tipLeftY, float thumbLeftX, float thumbLeftY ) : double | ||
GetHand ( ulong trackingID, HandState state, List |
||
GetHand ( ulong trackingID, HandState state, List |
public HandsController ( ) : Microsoft.Kinect | ||
Результат | Microsoft.Kinect |
public HandsController ( CoordinateMapper coordinateMapper ) : Microsoft.Kinect | ||
coordinateMapper | CoordinateMapper | The coordinate mapper that will be used during the finger detection process. |
Результат | Microsoft.Kinect |
public HandsController ( CoordinateMapper coordinateMapper ) : System | ||
coordinateMapper | CoordinateMapper | The coordinate mapper that will be used during the finger detection process. |
Результат | System |
public Update ( |
||
data | An IntPtr that describes depth values. | |
body | Body | The body to search for hands and fingers. |
Результат | void |
public Update ( ushort data, Body body ) : void | ||
data | ushort | An array of depth values. |
body | Body | The body to search for hands and fingers. |
Результат | void |