HandExtensions
Extension methods for the Hand class.
public static class HandExtensionsMethods
Name
Return Type
Description
Example
Detect hands
List<Hand> hands = handTracker.Load(texture);Retrieve the hand depending on the position
Hand center = HandExtensions.Center(hands);Hand leftmost = HandExtensions.Leftmost(hands);Last updated