HandExtensions
Extension methods for the Hand class.
This is a static class.
Methods
Name
Return Type
Description
Static. Returns the hand closest to the center of the field of view in the specified list of hands.
Static. Returns the leftmost hand in the specified list of hands.
Static. Returns the rightmost hand in the specified list of hands.
Example
The examples show how to locate a hand depending on its position with the HandExtensions
class.
Detect hands
First, detect the hands in an image.
Retrieve the hand depending on the position
Get the hand closest to the center in the specified list of hands.
Get the leftmost hand in the specified list of hands.
Get the rightmost hand in the specified list of hands.
Last updated