<?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 Hi Andrea, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Help-on-point-cloud-with-intel-realsense/m-p/1031756#M42282</link>
    <description>&lt;P&gt;Hi Andrea,&lt;/P&gt;

&lt;P&gt;Take a look at the included samples to get the depth channel. Then, you can use it to get the XYZ coordinates of each point.&lt;/P&gt;

&lt;P&gt;To get the XYZ coordinates in mm, you can just use QueryVertices from pxcprojection with your depth image:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;/** 
    @brief Retrieve the vertices for the specific depth image. The vertices is a PXCPoint3DF32 array of depth 
    size width*height. The world coordiantes units are in mm.
    @param[in]  depth        The depth image instance.
    @param[out] vertices     The 3D vertices in World coordinates, to be returned.
    @return PXC_STATUS_NO_ERROR Successful execution.
*/ 
virtual pxcStatus PXCAPI QueryVertices(PXCImage *depth, PXCPoint3DF32 *vertices)=0;&lt;/PRE&gt;

&lt;P&gt;Then, it is just a matter of writing out the file in the .ply format.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2015 00:23:40 GMT</pubDate>
    <dc:creator>samontab</dc:creator>
    <dc:date>2015-07-30T00:23:40Z</dc:date>
    <item>
      <title>Help on point cloud with intel realsense</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-on-point-cloud-with-intel-realsense/m-p/1031755#M42281</link>
      <description>&lt;P&gt;I'm a beginner. I have to create a file .ply with point cloud but i don't have any idea for start the project.&lt;/P&gt;

&lt;P&gt;Can someone post a sample code to implement it in C++ on VisualStudio 2013 ?&lt;/P&gt;

&lt;P&gt;How can I generete the points with raw data ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 20:56:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-on-point-cloud-with-intel-realsense/m-p/1031755#M42281</guid>
      <dc:creator>Andrea_B_1</dc:creator>
      <dc:date>2015-07-29T20:56:13Z</dc:date>
    </item>
    <item>
      <title>Hi Andrea,</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-on-point-cloud-with-intel-realsense/m-p/1031756#M42282</link>
      <description>&lt;P&gt;Hi Andrea,&lt;/P&gt;

&lt;P&gt;Take a look at the included samples to get the depth channel. Then, you can use it to get the XYZ coordinates of each point.&lt;/P&gt;

&lt;P&gt;To get the XYZ coordinates in mm, you can just use QueryVertices from pxcprojection with your depth image:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;/** 
    @brief Retrieve the vertices for the specific depth image. The vertices is a PXCPoint3DF32 array of depth 
    size width*height. The world coordiantes units are in mm.
    @param[in]  depth        The depth image instance.
    @param[out] vertices     The 3D vertices in World coordinates, to be returned.
    @return PXC_STATUS_NO_ERROR Successful execution.
*/ 
virtual pxcStatus PXCAPI QueryVertices(PXCImage *depth, PXCPoint3DF32 *vertices)=0;&lt;/PRE&gt;

&lt;P&gt;Then, it is just a matter of writing out the file in the .ply format.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 00:23:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-on-point-cloud-with-intel-realsense/m-p/1031756#M42282</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2015-07-30T00:23:40Z</dc:date>
    </item>
  </channel>
</rss>

