BodyExtensions.MapDepthPositions<T> Method (KinectEx)

Iterates over a list of bodies to map each body's CameraSpacePoint joint locations to DepthSpacePoints.

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
[ExtensionAttribute]
public static void MapDepthPositions<T>(
	this IEnumerable<T> bodies
) where T : IBody

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<ExtensionAttribute>]
static member MapDepthPositions<'T when 'T : IBody> : 
	bodies : IEnumerable<T> -> unit

Parameters

bodies
Type: IEnumerable<T>
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows 8.1 Store - WinRT