<?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 - Seated posture and gesture recognition with Kinect</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/kinect/Seated-posture-and-gesture-recognition-with-Kinect/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/2386be3f-cd95-4c67-9683-3703b3ad239c.png</url>
		<title>Channel 9 - Seated posture and gesture recognition with Kinect</title>
		<link></link>
	</image>
	<description>Most Kinect examples are based on someone standing in front of the Kinect. But what if you can&#39;t stand? Today&#39;s project is unusual in that it focuses on using the Kinect and doing position and gesture recognition while you are seated... Sitting posture recognition with Kinect sensor... My article is devoted to research of sitting posture recognition. The sitting posture recognition is based on the human skeleton tracking. There are three software packages that may produce the human skeleton tracking with Kinect sensor: OpenNi/PrimeSense Nite library,Microsoft Kinect Research SDK and Libfreenet library. I used two first of them. On their basis I developed research C# WPF applications where I combined color video stream and skeleton image. ... Sitting posture recognition algorithm is based on the human’s skeleton tracking and obtaining 3 coordinates (xs, ys, zs), (xh, yh, zh), and (xk, yk, zk) of the positions of the human’s Shoulder (denoted as S), Hip(denoted as H), and Knee (denoted as K) . A sitting posture is related to the angle a between the line HK (from hip to knee) and the line HS (from hip to shoulder). We will distinguish left body part angle a - angle between “center hip to left knee” vector and “center hip to center shoulder” vector and right body part angle a - angle between “center hip to left knee” vector and “center hip to center shoulder” vector. From the angle a and the hand’s position, the human’s sitting posture can be concluded and classified into one of the 4 specified types - sleeping, concentrating, raising hand, and non-focusing as given in table below. ... Project Information URL: http://www.codeproject.com/KB/game/Recognition.aspx    </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 11:28:32 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 11:28:32 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Seated posture and gesture recognition with Kinect</title>
		<description>
			<![CDATA[The link to the project is broken, could you please update&#63;<p>posted by Javier</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Seated-posture-and-gesture-recognition-with-Kinect#c634564455437060415</link>
		<pubDate>Wed, 09 Nov 2011 14:25:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Seated-posture-and-gesture-recognition-with-Kinect#c634564455437060415</guid>
		<dc:creator>Javier</dc:creator>
	</item>
	<item>
		<title>Re: Seated posture and gesture recognition with Kinect</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Seated-posture-and-gesture-recognition-with-Kinect#c634564455437060415?areaType=Blogs&amp;areaName=Coding4FunKinect">Javier</a>: Fixed. Sorry about that, happens sometimes with CodeProject projects...</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Seated-posture-and-gesture-recognition-with-Kinect#c634564543164000649</link>
		<pubDate>Wed, 09 Nov 2011 16:51:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Seated-posture-and-gesture-recognition-with-Kinect#c634564543164000649</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
</channel>
</rss>