<?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 Re: What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485513#M5296</link>
    <description>&lt;P&gt;Hi Marty,&lt;/P&gt;&lt;P&gt;  Thanks for your info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After my investigation, I found that things are not as described in the datasheet. Firstly, I captured a piece of wall by R200 and save the point cloud data in an .obj file . Then I run some experiments against the obj file. Here is my conclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I use a test application to measure the captured object (wall). By measure its four corners, I found the Y component value is almost same at all those four points. This means that the planar should be XZ, instead of XY planar.&lt;/P&gt;&lt;P&gt;The tool's reference source code for the points clicking and measuring can be found here: &lt;A href="http://www.pointclouds.org/documentation/tutorials/ground_based_rgbd_people_detection.php"&gt;http://www.pointclouds.org/documentation/tutorials/ground_based_rgbd_people_detection.php&lt;/A&gt; Documentation - Point Cloud Library (PCL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is appreciated that anyone may join the discussion.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2017 12:40:44 GMT</pubDate>
    <dc:creator>dwang40</dc:creator>
    <dc:date>2017-02-27T12:40:44Z</dc:date>
    <item>
      <title>What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485509#M5292</link>
      <description>&lt;P&gt;I need to compute the volume of polygon mesh. So i need to know actual unit of X/Y/Z data captured by SR300/R200 device firstly. Appreciate your info very much. &lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2017 15:07:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485509#M5292</guid>
      <dc:creator>dwang40</dc:creator>
      <dc:date>2017-02-26T15:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485510#M5293</link>
      <description>&lt;P&gt;Here are the full data sheets for the SR300 and R200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SR300&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/default/files/managed/0c/ec/realsense-sr300-product-datasheet-rev-1-0.pdf"&gt;https://software.intel.com/sites/default/files/managed/0c/ec/realsense-sr300-product-datasheet-rev-1-0.pdf&lt;/A&gt; &lt;A href="https://software.intel.com/sites/default/files/managed/0c/ec/realsense-sr300-product-datasheet-rev-1-0.pdf"&gt;https://software.intel.com/sites/default/files/managed/0c/ec/realsense-sr300-product-datasheet-rev-1-0.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R200&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/default/files/managed/d7/a9/realsense-camera-r200-product-datasheet.pdf"&gt;https://software.intel.com/sites/default/files/managed/d7/a9/realsense-camera-r200-product-datasheet.pdf&lt;/A&gt; &lt;A href="https://software.intel.com/sites/default/files/managed/d7/a9/realsense-camera-r200-product-datasheet.pdf"&gt;https://software.intel.com/sites/default/files/managed/d7/a9/realsense-camera-r200-product-datasheet.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: according to this extract from the SR300 data sheet, mm seems to be the appropriate measurement unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2017 15:16:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485510#M5293</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-26T15:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485511#M5294</link>
      <description>&lt;P&gt;Hi Marty, thanks a lot！It is helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, i am confusing now that which planar it is when I capture a 3D polygon mesh obj. Is it XZ planar or XY planar?  By default, it should be XY planar. But per my investigation to those XYZ verteices data, it looks that the captured surface is XZ planar. Could you please show me the right info? At the same time, I will also take a look at those datasheet. Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 02:33:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485511#M5294</guid>
      <dc:creator>dwang40</dc:creator>
      <dc:date>2017-02-27T02:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485512#M5295</link>
      <description>&lt;P&gt;This link describes the camera as using the XY planar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/realperspective-head-tracking-with-intel-realsense-technology"&gt;https://software.intel.com/en-us/articles/realperspective-head-tracking-with-intel-realsense-technology&lt;/A&gt; &lt;A href="https://software.intel.com/en-us/articles/realperspective-head-tracking-with-intel-realsense-technology"&gt;https://software.intel.com/en-us/articles/realperspective-head-tracking-with-intel-realsense-technology&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link about creating point clouds with the camera also uses the XY plane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-realsense-technology-and-the-point-cloud"&gt;https://software.intel.com/en-us/articles/intel-realsense-technology-and-the-point-cloud&lt;/A&gt; Intel® RealSense™ Technology and the Point Cloud | Intel® Software &lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 08:33:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485512#M5295</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-27T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485513#M5296</link>
      <description>&lt;P&gt;Hi Marty,&lt;/P&gt;&lt;P&gt;  Thanks for your info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After my investigation, I found that things are not as described in the datasheet. Firstly, I captured a piece of wall by R200 and save the point cloud data in an .obj file . Then I run some experiments against the obj file. Here is my conclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I use a test application to measure the captured object (wall). By measure its four corners, I found the Y component value is almost same at all those four points. This means that the planar should be XZ, instead of XY planar.&lt;/P&gt;&lt;P&gt;The tool's reference source code for the points clicking and measuring can be found here: &lt;A href="http://www.pointclouds.org/documentation/tutorials/ground_based_rgbd_people_detection.php"&gt;http://www.pointclouds.org/documentation/tutorials/ground_based_rgbd_people_detection.php&lt;/A&gt; Documentation - Point Cloud Library (PCL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is appreciated that anyone may join the discussion.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 12:40:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485513#M5296</guid>
      <dc:creator>dwang40</dc:creator>
      <dc:date>2017-02-27T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485514#M5297</link>
      <description>&lt;P&gt;Thanks so much for sharing your experience with the community!  &lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 12:52:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/What-is-length-unit-of-point-cloud-data-captured-by-Intel/m-p/485514#M5297</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-27T12:52:12Z</dc:date>
    </item>
  </channel>
</rss>

