<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Kinect Object tracking</title>
		<atom:link href="http://cycling74.com/forums/topic/kinect-object-tracking/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/kinect-object-tracking/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 22:05:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/kinect-object-tracking/#post-62211</guid>
					<title><![CDATA[Kinect Object tracking]]></title>
					<link>http://cycling74.com/forums/topic/kinect-object-tracking/#post-62211</link>
					<pubDate>Wed, 07 Mar 2012 16:06:01 +0000</pubDate>
					<dc:creator>edbraund</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys, </p>
<p>I am having a problem with my kinect patch. I&#8217;m designing a patch whereby i&#8217;m using the RGB from the kinect to track the coordinates of two different LEDs, this if fine for the X &#038; Y but i need to track the Z axis. I have no idea how i can do this so any help would be very greatly received. </p>
<p>Cheers Ed</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/kinect-object-tracking/#post-224695</guid>
					<title><![CDATA[Re: Kinect Object tracking]]></title>
					<link>http://cycling74.com/forums/topic/kinect-object-tracking/#post-224695</link>
					<pubDate>Wed, 07 Mar 2012 22:48:50 +0000</pubDate>
					<dc:creator>dtr</dc:creator>

					<description>
						<![CDATA[
						<p>well that&#8217;s gonna be hard with just the RGB image&#8230; that&#8217;s what the depth map is for, no?</p>
<p>not that i can&#8217;t think of some ways, like relating the size of the tracked dots in pixels to distance, although that&#8217;s probably not gonna be very accurate at 640&#215;480.</p>
<p>what you probably rather wanna do is combine the RGB and depth images, then do your color tracking and get the depth. </p>
<p>not entirely sure if it will work without more effort to superimpose RGB and depth correctly but you could try getting the Z from the depth map at the same XY coordinate as your dot is in the RGB image.</p>
<p>what are you using to read out the kinect?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/kinect-object-tracking/#post-224696</guid>
					<title><![CDATA[Re: Kinect Object tracking]]></title>
					<link>http://cycling74.com/forums/topic/kinect-object-tracking/#post-224696</link>
					<pubDate>Wed, 07 Mar 2012 23:00:08 +0000</pubDate>
					<dc:creator>edbraund</dc:creator>

					<description>
						<![CDATA[
						<p>Cheers for the response, </p>
<p>I&#8217;m using jit.freenect.grab. That makes sense but how do i get a coordinate out of the depth map?</p>
<p>Cheers Ed</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/kinect-object-tracking/#post-224697</guid>
					<title><![CDATA[Re: Kinect Object tracking]]></title>
					<link>http://cycling74.com/forums/topic/kinect-object-tracking/#post-224697</link>
					<pubDate>Thu, 08 Mar 2012 08:19:18 +0000</pubDate>
					<dc:creator>dtr</dc:creator>

					<description>
						<![CDATA[
						<p>store the depth map in a jit.matrix<br />
send message: getcell x y<br />
where x and y are your coordinates<br />
your z value comes out the right outlet in the format &#8216;cell x y val z&#8217;<br />
(these really are jit.matrix basics)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

