Метод | Описание | |
---|---|---|
GetAllPeople ( ) : List |
Returns a List of all recognized Skeletons.
|
|
GetLookingPeople ( ) : List |
Returns a List of Skeletons which are currently looking at the Kinect.
|
|
GetPositionOnlyPeople ( ) : List |
Returns a List of PositionOnly Skeletons.
|
|
GetStayingPeople ( ) : List |
Returns a List of Skeletons which are currently standing still.
|
|
GetTrackedPeople ( ) : List |
Returns a List of Tracked Skeletons.
|
|
GetWalkingPeople ( ) : List |
Returns a List of Skeletons which are currently walking in front of the Kinect.
|
|
IsPeopleLooking ( int trackingId ) : bool |
Returns true if the given id is currently looking at the Kinect.
|
|
IsPeopleStaying ( int trackingId ) : bool |
Returns true if the given id is currently standing still.
|
|
IsPeopleTracked ( int trackingId ) : bool |
Returns true if the given id is tracked.
|
|
IsPeopleWalking ( int trackingId ) : bool |
Returns true if the given id is currently walking.
|
|
TrackSkeletons ( Microsoft.Kinect.Skeleton skeletons ) : void |
Store valid Skeletons with TrackingId as Key from last 20 Frames in a Dictionary. Newest Frame from a Skeleton is at Index 0.
|
Метод | Описание | |
---|---|---|
IsWalking ( List |
public IsPeopleLooking ( int trackingId ) : bool | ||
trackingId | int | |
Результат | bool |
public IsPeopleStaying ( int trackingId ) : bool | ||
trackingId | int | |
Результат | bool |
public IsPeopleTracked ( int trackingId ) : bool | ||
trackingId | int | |
Результат | bool |
public IsPeopleWalking ( int trackingId ) : bool | ||
trackingId | int | |
Результат | bool |
public TrackSkeletons ( Microsoft.Kinect.Skeleton skeletons ) : void | ||
skeletons | Microsoft.Kinect.Skeleton | |
Результат | void |