SmoothedBodyList<T> Class (KinectEx.Smoothing)

A specialized list of SmoothedBody objects.
System.Object
   System.Collections.Generic.List<T>
      KinectEx.Smoothing.SmoothedBodyList<T>

Namespace: KinectEx.Smoothing
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class SmoothedBodyList<T> : List<T> where T : ISmoother

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public SmoothedBodyList<'T when 'T : ISmoother> =
	class
		inherit List<T>
	end

The SmoothedBodyList<T> type exposes the following members.

  Platforms Name Description
SmoothedBodyList<T> Create an instance of a SmoothedBodyList collection. Accepts an optional parameters object of the type appropriate for the specified ISmoother
Top
  Platforms Name Description
Fill Fill this collection with the specified number of new SmoothedBody>T< instances. 
RefreshFromBodyArray(Body[]) Similar to the Kinect SDK method BodyFrame.GetAndRefreshBodyData, this method uses the values from the specified Body array to update the values in this collection. If the current collection does not contain the correct number of bodies, this method clears and refills this collection with new SmoothedBody>T< instances. Note that if this behavior is undesirable, insure that the collection contains the right number of bodies before calling this method. 
RefreshFromBodyArray(Body[]) Similar to the Kinect SDK method BodyFrame.GetAndRefreshBodyData, this method uses the values from the specified Body array to update the values in this collection. If the current collection does not contain the correct number of bodies, this method clears and refills this collection with new SmoothedBody>T< instances. Note that if this behavior is undesirable, insure that the collection contains the right number of bodies before calling this method. 
RefreshFromBodyList<T> Similar to the Kinect SDK method BodyFrame.GetAndRefreshBodyData, this method uses the values from the source IBody collection to update the values in this collection. If the current collection does not contain the correct number of bodies, this method clears and refills this collection with new SmoothedBody>T< instances. Note that if this behavior is undesirable, insure that the collection contains the right number of bodies before calling this method. 
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT