<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ColorToDepth does not need in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015995#M36104</link>
    <description>&lt;P&gt;ColorToDepth does not need the color image but the color x, y values.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;It requires the depth image from the camera (which contains the depth data as well as the camera calibration parameters.) Did I answer your question? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2015 18:10:00 GMT</pubDate>
    <dc:creator>Xusheng_L_Intel</dc:creator>
    <dc:date>2015-09-24T18:10:00Z</dc:date>
    <item>
      <title>Image to color coordinates vector</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015994#M36103</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;I am learning how to use the SDK for R200 and I am trying to obtain 3D world coordinates.&lt;BR /&gt;
	I got how to use Quer​yVertices() function from a depth image, but I would like to map color coordinates with depth coordinates to correctly parse pixels in my image. Following the Projection sample, I am going to use ColorToDepth(), but I am missing the vector of color coordinates and I don't know how to construct from the PXCImage sample-&amp;gt;color. Based on my knowledge of images as matrices in MatLab, I was thinking of creating a vector by concatenating over columns, isn't it?&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2015 14:33:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015994#M36103</guid>
      <dc:creator>Alessio_X_</dc:creator>
      <dc:date>2015-09-07T14:33:45Z</dc:date>
    </item>
    <item>
      <title>ColorToDepth does not need</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015995#M36104</link>
      <description>&lt;P&gt;ColorToDepth does not need the color image but the color x, y values.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;It requires the depth image from the camera (which contains the depth data as well as the camera calibration parameters.) Did I answer your question? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 18:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015995#M36104</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2015-09-24T18:10:00Z</dc:date>
    </item>
    <item>
      <title>Hey David, that sounds</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015996#M36105</link>
      <description>&lt;P&gt;Hey David, that sounds interesting!&lt;/P&gt;

&lt;P&gt;So, the depth image produced by the camera not only contains the depth information, but also the camera calibration parameters? I didn't know that! I assumed those parameters were unavailable at the library level.&lt;/P&gt;

&lt;P&gt;Where are these parameters stored? in the image metadata? Do you have any pointer for more information on this?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 04:16:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015996#M36105</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2015-09-25T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Hi Alessio,</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015997#M36106</link>
      <description>&lt;P&gt;Hi Alessio,&lt;/P&gt;

&lt;P&gt;You need to pass the ColourToDepth projection an array of points you're interested in, so if you only want to know about a single point you can pass it an array containing that one point; or if you want to project the whole colour image you'll have to loop through all pixels in the colour image and construct an array containing each point (ie, for x = 0 to width, for y = 0 to height, array.push(x,y)). Beware though, projecting each pixel in a 640*480 image takes over 60 seconds to process on my PC &amp;nbsp;- if you're using a higher res image this will take even longer.You may be better off singly projecting each point as you need it.&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;BR /&gt;
	James&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 08:44:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-to-color-coordinates-vector/m-p/1015997#M36106</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2015-09-25T08:44:42Z</dc:date>
    </item>
  </channel>
</rss>

