SmoothedBodyList<T>.RefreshFromBodyArray Method (KinectEx.Smoothing)

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.

Namespace: KinectEx.Smoothing
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public void RefreshFromBodyArray(
	Body[] bodies
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

member RefreshFromBodyArray : 
	bodies : Body[] -> unit

Parameters

bodies
Type: WindowsPreview.Kinect.Body[]
Supported in:

    
 Windows 8.1 Store - WinRT