<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        You can transform the DEPTH-RGB values to RAWdepth:&lt;br&gt;&lt;br&gt;RAWdepth = G*256 + R&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;B is always 0;&lt;br&gt;&lt;br&gt;&lt;br&gt;To transform RAWdepth to meter by the following formula from Nicolas Burrus:&lt;br&gt;&lt;a href=&quot;http://nicolas.burrus.name/index.php/Research/KinectCalibration&quot; target=&quot;_blank&quot;&gt;http://nicolas.burrus.name/&lt;wbr&gt;index.php/&lt;wbr&gt;Research/&lt;wbr&gt;KinectCalibration&lt;/a&gt;&lt;br&gt;&lt;br&gt;float raw_depth_to_meters(int raw_depth)&lt;br&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp;if (raw_depth &amp;lt; 2047)&lt;br&gt;&amp;nbsp;&amp;nbsp;{&lt;br&gt;&amp;nbsp;&amp;nbsp; return 1.0 / (raw_depth * -0.0030711016 + 3.3309495161);&lt;br&gt;&amp;nbsp;&amp;nbsp;}&lt;br&gt;&amp;nbsp;&amp;nbsp;return 0;&lt;br&gt;}&lt;br&gt;&lt;br&gt;Gunter&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4019</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4019</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Kinect Depth</title>
        <description>
        Hi all,&lt;br&gt;I am using roborealm to do the following: measuring objects in its cube area for transport issues. (I dont know if you understand, excuse my english)&lt;br&gt;First of all I am using a simple web cam filter, get blobs, replace with minimal rectangle and get distance of 2 sides of it.&lt;br&gt;Now I&apos;ll use kinect but I dont know exactly how can I measure the distance with the depth color information. Do anyone have an example? I think there must be an algorithm or something to get the distance from the depth color image.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4019</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4019</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
