CodePlex builds on the new Kinect SDK
Written by Harry Fairhead   
Tuesday, 21 June 2011

Although the official Microsoft SDK for Kinect is only a few days old Coding4Fun already has a Kinect Toolkit that adds some useful methods the basic SDK.

Although the official Microsoft SDK is only a few days old there are already signs that people have been hard at work creating code with it. Coding4Fun has a Kinect Toolkit that adds some useful methods the basic SDK. Interestingly these are available in both WPF and Windows Forms - is this another tiny indicator that Windows Forms is far from dead?

The extensions are:

WPF Extensions:

  • ImageFrame.ToBitmapSource()
  • int[].ToBitmapSource()
  • int[].ToBitmapSource(int width, int height, int minimumDistance, Color highlightColor)
  • ImageFrame.ToDepthArray2D()
  •  ImageFrame.ToDepthArray()Int[].GetMidpoint(int startX, int startY, int endX, int endY, int minimumDistance) 

WPF Controls:

  • Hover Button

WinForm Extensions:

  • ImageFrame.ToBitmap()
  • int[].ToBitmap()
  • int[].ToBitmap(int width, int height, int minimumDistance, Color highlightColor)
  • ImageFrame.ToDepthArray2D()
  • ImageFrame.ToDepthArray()
  • int[].GetMidpoint(int startX, int startY, int endX, int endY, int minimumDistance)

Skeletal Extensions:

  • Joint.ScaleTo(int width, int height)  Scales a Joint's Position to the maximum width and height specified
  • Joint.ScaleTo(int width, int height, float maxSkeletonX, float maxSkeletonY)  Scales a Joint's Position to the maximum width and height specified

None of these are deep or difficult, but very handy. and if you want to know how to do some of them from first principles see Getting started with Microsoft Kinect SDK.

If you are looking for some complete demo applications then try: Kinect Mouse Cursor. This lets you use your whole body as a "mouse" cursor.

 

kinectMouse

A bigger demo is Kinect Paint  and this lets you use your body to draw and sketch within a small paint application.

If you are looking for VB samples then try:  KinectSDKSamplesVB.zip.

More Information

Coding4Fun Kinect Toolkit

Original source: The Road to Know Where

Related articles

Microsoft launches Kinect SDK (beta)

Getting started with Microsoft Kinect SDK

 

If you would like to be informed about new articles on I Programmer you can either follow us on Twitter or Facebook or you can subscribe to our weekly newsletter.

Banner


Eclipse JKube 1.16 Goes GA
08/04/2024

Eclipse JKube makes deploying your Java application to a Kubernetes cluster a breeze. Let's find out what's new.



Google Introduces JPEG Coding Library
15/04/2024

Google has introduced Jpegli, an advanced JPEG coding library that maintains high backward compatibility while offering enhanced capabilities and a 35% compression ratio improvement at high quality co [ ... ]


More News

Last Updated ( Tuesday, 21 June 2011 )