<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Gestures and Tools for Kinect and matching Toolkit too</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/kinect/Gestures-and-Tools-for-Kinect-and-matching-Toolkit-too/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/d633e555-9971-4db2-ab63-031c13ef4686.png</url>
		<title>Channel 9 - Gestures and Tools for Kinect and matching Toolkit too</title>
		<link></link>
	</image>
	<description> There&#39;s not much more I can say about this post and toolkit. In short, if you&#39;re looking for gesture support for your Kinect app, or are interested in seeing the magic behind recognizing gestures, this post and project was built just for you. Gestures and Tools for Kinect &amp;amp; the Kinect ToolkitFor now, however, no gestures recognition services are available. So throughout this paper we will create our own library that will automatically detect simple movements such as swipe but also movements more complex such as drawing a circle with your hand.  The detection of such gestures enable Powerpoint control the Jedi way ! (similar to the Kinect Keyboard Simulator demo). If you are not familiar with the Kinect for Windows SDK, you should read a previous post that addressed the topic: http://blogs.msdn.com/b/eternalcoding/archive/2011/06/13/unleash-the-power-of-kinect-for-windows-sdk.aspx How to detect gestures ?There is an infinite number of solutions for detecting a gesture. In this article I will explorer two of them: Algorithmic search Template based search Note that these two techniques have many variants and refinements. Kinect Toolkit is a set of useful tools for developing with Kinect for Windows SDK. It includes helpers for gestures, postures, replay and drawing. GesturesSwipeGestureDetectorcan detect the following gestures SwipeToLeft SwipeToRight TemplateGestureDetector can record gestures in a learning machine and detect them later. Using this class, you can detect every kind of 2D gestures (letters, geometric shapes such as circle...) PosturesPostureDetectorcan detect the following postures: None HandsJoined LeftHandOverHead RightHandOverHead LeftHello RightHello Skeleton StabilityBarycenterHelper can indicate if a skeleton is static or is moving. This allows you to determine if you can launch gestures detection or not. DrawingSkeletonDisplayManager allows you to draw a skeleton frame on top of a WPF canvas: GestureDetectors can draw recorded positions on top of a WPF canvas Project Information URL: http://blogs.msdn.com/b/eternalcoding/archive/2011/07/04/gestures-and-tools-for-kinect.aspx &amp;amp; http://kinecttoolkit.codeplex.com/ Project Download URL: http://kinecttoolkit.codeplex.com/releases/view/70108 Project Source URL: http://kinecttoolkit.codeplex.com/SourceControl/list/changesets     Contact Information: Blog: http://blogs.msdn.com/b/eternalcoding&amp;nbsp; Twitter: @deltakosh&amp;nbsp; </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 15:31:00 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 15:31:00 GMT</lastBuildDate>
	<generator>Rev9</generator>
</channel>
</rss>