<?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: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera. in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555440#M8990</link>
    <description>&lt;P&gt;There is also MapColorToDepth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?mapcolortodepth_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?mapcolortodepth_pxcprojection.html&lt;/A&gt; Intel® RealSense™ SDK 2016 R2 Documentation &lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 12:08:13 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2017-03-02T12:08:13Z</dc:date>
    <item>
      <title>Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555437#M8987</link>
      <description>&lt;P&gt;Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 11:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555437#M8987</guid>
      <dc:creator>OJaco</dc:creator>
      <dc:date>2017-03-02T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555438#M8988</link>
      <description>&lt;P&gt;I just wanted to say first for those who may want to help that the BlasterXSenz3D is a new camera based on the SR300 (similar to how the Razer Stargazer is an SR300-compatible) and is not the Creative Senz3D from 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In answer to your question Olajac72, you could use the QueryVertices SDK instruction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/queryvertices_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/queryvertices_pxcprojection.html&lt;/A&gt; QueryVertices &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other instructions include CreateColorImageMappedToDepth:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/createcolorimagemappedtodepth_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/createcolorimagemappedtodepth_pxcprojection.html&lt;/A&gt; CreateColorImageMappedToDepth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And CreateDepthImageMappedToColor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/createdepthimagemappedtocolor_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/createdepthimagemappedtocolor_pxcprojection.html&lt;/A&gt; CreateDepthImageMappedToColor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should note though that CreateColorImageMappedToDepth and CreateDepthImageMappedToColor have a memory leak issue, meaning that the performance of a program using those instructions degrades over time until the application stops working.  So QueryVertices is the safest instruction to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, some developers have managed to negate the memory leak by ensuring that they do a Release instruction at the end of their script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 11:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555438#M8988</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-03-02T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555439#M8989</link>
      <description>&lt;P&gt;Thanks a lot. I look into QueryVertices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you also know the case for a color image to real World coordinates?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:01:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555439#M8989</guid>
      <dc:creator>OJaco</dc:creator>
      <dc:date>2017-03-02T12:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555440#M8990</link>
      <description>&lt;P&gt;There is also MapColorToDepth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?mapcolortodepth_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?mapcolortodepth_pxcprojection.html&lt;/A&gt; Intel® RealSense™ SDK 2016 R2 Documentation &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:08:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555440#M8990</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-03-02T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555441#M8991</link>
      <description>&lt;P&gt;QueryVertices gets you the world coordinates, but they'll be aligned to the depth image. To map them to the colour image you can use &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?queryinvuvmap_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?queryinvuvmap_pxcprojection.html&lt;/A&gt; InvUVMap, which will look something like this (untested):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var dwidth = depth.info.width;  &lt;/P&gt;&lt;P&gt;var dheight = depth.info.height;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;var invuvmap = new PXCMPointF32[color.info.width * color.info.height];  &lt;/P&gt;&lt;P&gt;projection.QueryInvUVMap(depth, invuvmap);&lt;/P&gt;&lt;P&gt;var vertices = new PXCMPoint3DF32[dwidth * dheight]; &lt;/P&gt;&lt;P&gt;projection.QueryVertices(depth, vertices);&lt;/P&gt;&lt;P&gt;var mappedVertices = new PXCMPoint3DF32[color.info.width * color.info.height];  &lt;/P&gt;&lt;P&gt;for (int i = 0; i &amp;lt; invuvmap.Length; i++)   &lt;/P&gt;&lt;P&gt;{       &lt;/P&gt;&lt;P&gt;     int u = (int)(invuvmap[i].x * dwidth);  &lt;/P&gt;&lt;P&gt;     int v = (int)(invuvmap[i].y * dheight);  &lt;/P&gt;&lt;P&gt;     if (u &amp;gt;= 0 &amp;amp;&amp;amp; v &amp;gt;= 0 &amp;amp;&amp;amp; u + v * dwidth &amp;lt; vertices.Length)  &lt;/P&gt;&lt;P&gt;     {  &lt;/P&gt;&lt;P&gt;           mappedVertices[i] = vertices[u + v * dwidth];  &lt;/P&gt;&lt;P&gt;     }   &lt;/P&gt;&lt;P&gt;&amp;lt;span style="font-weight: inhe...&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:19:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555441#M8991</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-03-02T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555442#M8992</link>
      <description>&lt;P&gt;Thanks JB, I can always rely on you for good advice on this issue!  &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:22:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555442#M8992</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-03-02T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555443#M8993</link>
      <description>&lt;P&gt;Thanks a lot again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i mean is, is there a way to calculate the distance between two points in metric value (mm) from  XY coordinates in a 2D color image?&lt;/P&gt;&lt;P&gt;Maybe this is a mathematic question and not related to the camera.&lt;/P&gt;&lt;P&gt;I can think of a mathematic way to do it but its not that easy.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 13:25:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555443#M8993</guid>
      <dc:creator>OJaco</dc:creator>
      <dc:date>2017-03-02T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555444#M8994</link>
      <description>&lt;P&gt;I want to get X,Y and Z values in metric distances somehow&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 13:28:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555444#M8994</guid>
      <dc:creator>OJaco</dc:creator>
      <dc:date>2017-03-02T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555445#M8995</link>
      <description>&lt;P&gt;Yes: once you have the vertices/world coordinates/camera coordinates (same thing, different names in different places - they are XYZ coordinates given in millimetres from a central point) aligned to the colour image, you can do simple Pythagoras on any two points (which have depth data) to get the distance between them. If you get my code above working, the world coordinates for a point (x,y) in the colour image will be mappedVertices[x + y * color.info.width].&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 13:34:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555445#M8995</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-03-02T13:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555446#M8996</link>
      <description>&lt;P&gt;Correct me on this one.&lt;/P&gt;&lt;P&gt;mappedVertices[x * y * color.info.width].&lt;/P&gt;&lt;P&gt;Should that be mappedVertices[x + y * color.info.width]? yes or no?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 13:45:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555446#M8996</guid>
      <dc:creator>OJaco</dc:creator>
      <dc:date>2017-03-02T13:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555447#M8997</link>
      <description>&lt;P&gt;Ah yes, well caught! Edited my post above.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 13:48:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555447#M8997</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-03-02T13:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555448#M8998</link>
      <description>&lt;P&gt;It works!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:04:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555448#M8998</guid>
      <dc:creator>OJaco</dc:creator>
      <dc:date>2017-03-03T16:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555449#M8999</link>
      <description>&lt;P&gt;Wonderful - thanks for letting us know.  Please come back to the forum any time if you need further help.  Good luck!  &lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:06:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555449#M8999</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-03-03T16:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555450#M9000</link>
      <description>&lt;P&gt;Hello, I am a beginner developer using R200. I can not find the variable "projection" in the sample source code. It seems that "PXCMCaptureManager.QueryDevice" is needed, but I can not find Device either.&lt;/P&gt;&lt;P&gt;Can you show me how to initialize please?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 13:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555450#M9000</guid>
      <dc:creator>SL4</dc:creator>
      <dc:date>2017-04-04T13:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555451#M9001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The syntax will be a bit different depending on which language you're using, but this is what it'll look like in C# :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PXCMSenseManager pSenseManager = PXCMSenseManager.CreateInstance();&lt;/P&gt;&lt;P&gt;var device = pSenseManager.captureManager.QueryDevice();&lt;/P&gt;&lt;P&gt;var projection = device.CreateProjection();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't get the PXCMSenseManger interface etc, make sure you have libpxcclr.cs referenced and a copy of libpxccpp2c.dll in your debug folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 14:02:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555451#M9001</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-04-04T14:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555452#M9002</link>
      <description>&lt;P&gt;It works. Thank you so much! There are two more questions:&lt;/P&gt;&lt;P&gt;(1) Is it necessary to add "projection.Dispose()" or "device.Dispose()" to avoid the memory leak issue?&lt;/P&gt;&lt;P&gt;(2) The Description of QueryVertices :&lt;/P&gt;&lt;P&gt;"The QueryVertices function calculates the vertices from the depth image. The vertices contain the world coordinates in mm."&lt;/P&gt;&lt;P&gt;Is it mean that "mappedVertices" is equal to the point cloud data? I try function "plot3" to display in matlab and get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that it is different from the depth image in samples?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 03:14:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555452#M9002</guid>
      <dc:creator>SL4</dc:creator>
      <dc:date>2017-04-05T03:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555453#M9003</link>
      <description>&lt;P&gt;Yes, best to dispose everything when you're done with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The vertices will be the point cloud data, yes. You may need to change the scales on your axes and/or clip points which are too close or too far away to get something which looks more realistic! Also you may prefer to take the negative of the z values so the point cloud isn't 'upside-down'. As you have it there, the camera viewpoint will be looking up from z=0 rather than looking down from z=5000.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:40:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555453#M9003</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-04-05T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555454#M9004</link>
      <description>&lt;P&gt;Sorry, I am not sure whether R200 is different from SR300? I have tried many times but the vertices displaying in matlab do not look like the depth image. I can not even recognize any thing from the displaying vertices.&lt;/P&gt;&lt;P&gt;I do not know why there are some [0 0 0] points in the vertice data. Can you explain the specific meaning of vertice points or how it works please? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 14:12:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555454#M9004</guid>
      <dc:creator>SL4</dc:creator>
      <dc:date>2017-04-08T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555455#M9005</link>
      <description>&lt;P&gt;If a pixel doesn't have valid depth data, the vertex for that pixel will be  (0,0,0) - so you can filter out all of those as they don't give you any information. In fact, with the R200, you could probably safely ignore anything with a z value of less than 250 as the minimum range for the camera is around 300 depending on lighting conditions so anything less than that will likely be invalid.&lt;/P&gt;&lt;P&gt;Your image does look a little strange though. What is the camera looking at? Try just pointing it at a flat wall at about 300-500mm to see if your output is a bit cleaner without all those outlying points.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:42:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555455#M9005</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-04-10T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Whats the easiest way to get a depth image (and a color image too) to real world metric values (cm/mm)? Were using a BlasterXSenz3D camera.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555456#M9006</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;The previous problem is that there are too many noise points, Thus I deleted the points of which distance is larger than 2500mm.&lt;/P&gt;&lt;P&gt;Finally I got the point cloud data and I can see myself in the image now. The blue part is my shape and other part is the wall.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 07:46:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Whats-the-easiest-way-to-get-a-depth-image-and-a-color-image-too/m-p/555456#M9006</guid>
      <dc:creator>SL4</dc:creator>
      <dc:date>2017-04-14T07:46:49Z</dc:date>
    </item>
  </channel>
</rss>

