<?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, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033771#M43105</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a 3D variable D&lt;/P&gt;

&lt;P&gt;Now,&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;D(:,:,1)-D(:,:,2)&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;gives be a blank image. So I tried -&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;imagesc(bitshift(uint16(D(:,:,1)),7)+bitshift(uint16(D(:,:,3)),0))&lt;/PRE&gt;

&lt;P&gt;and got&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8150iB030273BB852DCBE/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Then I tried -&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;imagesc(bitshift(uint16(D(:,:,3)),7)+bitshift(uint16(D(:,:,1)),0))&lt;/PRE&gt;

&lt;P&gt;and got&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8151iDE5EEA4FD2BBD14C/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I flipped the bits (0x01 -&amp;gt; 0x80) in permutation and did the same - The images were similar with minor texture difference, nothing like a depth map. Is there more to recreating the uint16 shifted image? Or, has some data from the RAW stream been lost when being brought into MATLABL?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2015 16:21:00 GMT</pubDate>
    <dc:creator>Bharath_L_</dc:creator>
    <dc:date>2015-10-27T16:21:00Z</dc:date>
    <item>
      <title>How do I interpret the depth map in MATLAB?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033769#M43103</link>
      <description>&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;I was able to view the image from the depth stream in MATLAB (using the webcam from the Hardware Support Package). However, it does not look the same way as it does in the Camera Explorer.&lt;/P&gt;

&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;What I see from MATLAB -&lt;/P&gt;

&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="depth.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8149iEC003D3E1457B86D/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="depth.png" alt="depth.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;I have also attached a depth.mat that contains the image in the variable "D".&lt;/P&gt;

&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;The image is returned as a 3 dimensional array of uint8. I assumed that the depth stream is a larger number that is broken in bits in each plane and tried bitshifting each plane and adding it to the next while taking care of the datatypes. Then displayed it using imagesc, but did not get a proper depth image.&lt;/P&gt;

&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin: 0pt; padding: 0pt; color: rgb(87, 87, 87); font-family: arial, helvetica, sans-serif; font-size: 13.3333px; line-height: 20px;"&gt;How do I properly interpret this image? Or, is there an alternate way to capture images in MATLAB?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 16:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033769#M43103</guid>
      <dc:creator>Bharath_L_</dc:creator>
      <dc:date>2015-10-26T16:43:40Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033770#M43104</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;There are 3 different depth formats:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?pixelformat_pxcimage.html" target="_blank"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?pixelformat_pxcimage.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="f_CodeExample"&gt;a) PIXEL_FORMAT_DEPTH&lt;/SPAN&gt;&lt;BR /&gt;
	b) PIXEL_FORMAT_DEPTH_RAW&lt;BR /&gt;
	c) PIXEL_FORMAT_DEPTH_F32&lt;/P&gt;

&lt;P&gt;The first two are 16bit unsigned ints, and the third one is composed of 32bit floating point numbers.&lt;/P&gt;

&lt;P&gt;a) and c) are measured in mm, and b) is measured in &lt;SPAN class="f_TableText"&gt;micrometers and is device specific. You can get the resolution of your camera with QueryDephUnit:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/querydepthunit_device_pxccapture.html" target="_blank"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/querydepthunit_device_pxccapture.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In your case, I would guess it is using format b). You would have to transform those 3 channels into one single 16bit uint channel.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 23:50:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033770#M43104</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2015-10-26T23:50:05Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033771#M43105</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a 3D variable D&lt;/P&gt;

&lt;P&gt;Now,&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;D(:,:,1)-D(:,:,2)&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;gives be a blank image. So I tried -&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;imagesc(bitshift(uint16(D(:,:,1)),7)+bitshift(uint16(D(:,:,3)),0))&lt;/PRE&gt;

&lt;P&gt;and got&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8150iB030273BB852DCBE/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Then I tried -&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;imagesc(bitshift(uint16(D(:,:,3)),7)+bitshift(uint16(D(:,:,1)),0))&lt;/PRE&gt;

&lt;P&gt;and got&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8151iDE5EEA4FD2BBD14C/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I flipped the bits (0x01 -&amp;gt; 0x80) in permutation and did the same - The images were similar with minor texture difference, nothing like a depth map. Is there more to recreating the uint16 shifted image? Or, has some data from the RAW stream been lost when being brought into MATLABL?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033771#M43105</guid>
      <dc:creator>Bharath_L_</dc:creator>
      <dc:date>2015-10-27T16:21:00Z</dc:date>
    </item>
    <item>
      <title>It looks like you are reading</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033772#M43106</link>
      <description>&lt;P&gt;It looks like you are reading a 16 bit image as an 8 bit image, that's why you see the "waves"&lt;/P&gt;

&lt;P&gt;Also, remember that the monitor can only display 8 bit images, so after you read it as a 16 bit image you need to scale it into a 8 bits image to display it correctly.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 00:05:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033772#M43106</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2015-10-28T00:05:08Z</dc:date>
    </item>
    <item>
      <title>Thank you for the tip... </title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033773#M43107</link>
      <description>&lt;P&gt;Thank you for the tip...&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Here is what I did to fix it&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;&amp;gt;&amp;gt; D1=uint16(D);

&amp;gt;&amp;gt; Da=(bitshift(D1(:,:,1),7)+bitshift(D1(:,:,3),0));
&amp;gt;&amp;gt; Db=double(Da)/65535;
&amp;gt;&amp;gt; imshow(Db)
&amp;gt;&amp;gt; imagesc(Db)
&amp;gt;&amp;gt; max(Db(:))

ans =

    0.4375

&amp;gt;&amp;gt; min(Db(:))

ans =

     0

&amp;gt;&amp;gt; 

&amp;gt;&amp;gt; Dc=(bitshift(D1(:,:,3),7)+bitshift(D1(:,:,1),0));
&amp;gt;&amp;gt; Dd=double(Dc)/65535;
&amp;gt;&amp;gt; imshow(Dd)
&amp;gt;&amp;gt; imagesc(Dd)
&amp;gt;&amp;gt; max(Dd(:))

ans =

    0.4981

&amp;gt;&amp;gt; min(Dd(:))

ans =

     0&lt;/PRE&gt;

&lt;P&gt;Db and Dd is in the range of 0:1 and the images still looked like waves. I am beginning to think that I am not receiving all the data from the webcam hardware support package :-( or have I done something wrong?&lt;/P&gt;

&lt;P&gt;Thank you for all the tips so far... :-)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 00:32:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033773#M43107</guid>
      <dc:creator>Bharath_L_</dc:creator>
      <dc:date>2015-10-28T00:32:31Z</dc:date>
    </item>
    <item>
      <title>@ "The image is returned as a</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033774#M43108</link>
      <description>&lt;P&gt;@ "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;The image is returned as a 3 dimensional array of uint8"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Possibly that's the issue. How is the data transformed to uint8? does it take only the least significant byte of the original uint16? Once it's uint8 a cast to uint16 surely doesn't help&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;to get back lost resolution&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;@ "&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; line-height: 14.3088px;"&gt;D(:,:,1)-D(:,:,2) gives a blank image"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; line-height: 14.3088px;"&gt;how did you test it's "blank"?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; line-height: 14.3088px;"&gt;@ "imagesc(bitshift(uint16(D(:,:,1)),7)+bitshift(uint16(D(:,:,3)),0))"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; line-height: 14.3088px;"&gt;doesn't make sense to me as those arrays are on a complete different scale (at least the original data - maybe your transform to the Matlab array already brought them to the same scale?)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:52:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033774#M43108</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2015-11-04T08:52:11Z</dc:date>
    </item>
    <item>
      <title>Quote:matthias-hahn (Intel)</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033775#M43109</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;matthias-hahn (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;@ "The image is returned as a 3 dimensional array of uint8"&lt;/P&gt;

&lt;P&gt;Possibly that's the issue. How is the data transformed to uint8? does it take only the least significant byte of the original uint16? Once it's uint8 a cast to uint16 surely doesn't help&amp;nbsp;to get back lost resolution&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I do not know. The MATLAB hardware support package for webcam did it. I assumed that a single stream is split into 3 channels of 8 bit each- that is the basis of all my attempts.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;matthias-hahn (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;@ "D(:,:,1)-D(:,:,2) gives a blank image"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;how did you test it's "blank"?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;R=D(:,:,1)-D(:,:,2)

max(abs(R(:)))&lt;/PRE&gt;

&lt;P&gt;result is 0 - this makes me think that after all 16 bits are expressed as 2 channels, the third one is repeated.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;matthias-hahn (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;@ "imagesc(bitshift(uint16(D(:,:,1)),7)+bitshift(uint16(D(:,:,3)),0))"&lt;/P&gt;

&lt;P&gt;doesn't make sense to me as those arrays are on a complete different scale (at least the original data - maybe your transform to the Matlab array already brought them to the same scale?)&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;What should I expect from a single frame from the webcam? I thought that I may have to read two consecutive frames to build the depth map, but that is a wiered idea too. Everything I have done is based on guessing how matlab processed the depth map.&lt;/P&gt;

&lt;P&gt;Thank you for the response :-)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 09:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033775#M43109</guid>
      <dc:creator>Bharath_L_</dc:creator>
      <dc:date>2015-11-04T09:03:00Z</dc:date>
    </item>
    <item>
      <title>Quote:samontab wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033776#M43110</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;samontab wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;There are 3 different depth formats:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?pixelformat_pxcimage.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/d...&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;a) PIXEL_FORMAT_DEPTH&lt;BR /&gt;
	b) PIXEL_FORMAT_DEPTH_RAW&lt;BR /&gt;
	c) PIXEL_FORMAT_DEPTH_F32&lt;/P&gt;

&lt;P&gt;The first two are 16bit unsigned ints, and the third one is composed of 32bit floating point numbers.&lt;/P&gt;

&lt;P&gt;a) and c) are measured in mm, and b) is measured in micrometers and is device specific. You can get the resolution of your camera with QueryDephUnit:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/querydepthunit_device_pxccapture.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/d...&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In your case, I would guess it is using format b). You would have to transform those 3 channels into one single 16bit uint channel.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;@"y&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;ou would have to transform those 3 channels into one single 16bit uint channel" - why? wouldn't 1 channel be sufficient?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:07:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033776#M43110</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2015-11-04T10:07:53Z</dc:date>
    </item>
    <item>
      <title>Quote:matthias-hahn (Intel)</title>
      <link>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033777#M43111</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;matthias-hahn (Intel) wrote:&lt;BR /&gt;&lt;BR /&gt;
	why? wouldn't 1 channel be sufficient?&lt;BR /&gt;
	&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I am thinking that maybe the original 16 bits are being encoded into a 24 bits RGB image.&lt;/P&gt;

&lt;P&gt;If that's the case, you could reconstruct the original image by picking the correct 16 bits of each 24 bit pixel of the RGB image.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 09:39:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-do-I-interpret-the-depth-map-in-MATLAB/m-p/1033777#M43111</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2015-11-05T09:39:37Z</dc:date>
    </item>
  </channel>
</rss>

