<?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: Colorize Depth Frame in MATLAB in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571870#M10114</link>
    <description>&lt;P&gt;Are you trying to align the color and depth frames to create a combined RGBD image in MATLAB, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, the discussion linked to below about creating such a MATLAB setup with Pyrealsense2 and an SR300 may be of interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/1231"&gt;https://github.com/IntelRealSense/librealsense/issues/1231&lt;/A&gt; Pyrealsense2: Question about 3D reconstruction problem · Issue # 1231 · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
    <pubDate>Sun, 22 Jul 2018 16:10:42 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-07-22T16:10:42Z</dc:date>
    <item>
      <title>Colorize Depth Frame in MATLAB</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571869#M10113</link>
      <description>&lt;P&gt;How do you colorize a depth frame in MATLAB? Simply using "colormap jet" doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across &lt;A href="https://github.com/IntelRealSense/librealsense/blob/c8ee8fa1912b9297df13bfe097d527667fe0afba/src/proc/colorizer.h"&gt;https://github.com/IntelRealSense/librealsense/blob/c8ee8fa1912b9297df13bfe097d527667fe0afba/src/proc/colorizer.h&lt;/A&gt; this and &lt;A href="https://github.com/IntelRealSense/librealsense/blob/efe67a9e7b69c7a8c3657456543b1a220095d08b/src/proc/colorizer.cpp"&gt;https://github.com/IntelRealSense/librealsense/blob/efe67a9e7b69c7a8c3657456543b1a220095d08b/src/proc/colorizer.cpp&lt;/A&gt; this in the source code, but is there an easier way to do it in MATLAB?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jul 2018 15:42:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571869#M10113</guid>
      <dc:creator>ASriv7</dc:creator>
      <dc:date>2018-07-22T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Colorize Depth Frame in MATLAB</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571870#M10114</link>
      <description>&lt;P&gt;Are you trying to align the color and depth frames to create a combined RGBD image in MATLAB, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, the discussion linked to below about creating such a MATLAB setup with Pyrealsense2 and an SR300 may be of interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/1231"&gt;https://github.com/IntelRealSense/librealsense/issues/1231&lt;/A&gt; Pyrealsense2: Question about 3D reconstruction problem · Issue # 1231 · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Sun, 22 Jul 2018 16:10:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571870#M10114</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-22T16:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Colorize Depth Frame in MATLAB</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571871#M10115</link>
      <description>&lt;P&gt;No, I'm just trying to display the depth raw data in the coloured form shown by RealSense Viewer.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jul 2018 23:14:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571871#M10115</guid>
      <dc:creator>ASriv7</dc:creator>
      <dc:date>2018-07-22T23:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Colorize Depth Frame in MATLAB</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571872#M10116</link>
      <description>&lt;P&gt;You are trying to color-code the depth image with MATLAB, like the colorized speckled depth image with the number scale beside it in the RealSense Viewer?  That would be a Disparity Map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATLAB documentation on disparity mapping&lt;/P&gt;&lt;P&gt;&lt;A href="https://uk.mathworks.com/help/vision/ref/disparity.html"&gt;https://uk.mathworks.com/help/vision/ref/disparity.html&lt;/A&gt; Disparity map between stereo images - MATLAB disparity- MathWorks United Kingdom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example tutorial (others can be found by googling for 'disparity map matlab')&lt;/P&gt;&lt;P&gt;&lt;A href="http://mccormickml.com/assets/StereoVision/Stereo%20Vision%20-%20Mathworks%20Example%20Article.pdf"&gt;http://mccormickml.com/assets/StereoVision/Stereo%20Vision%20-%20Mathworks%20Example%20Article.pdf&lt;/A&gt; &lt;A href="http://mccormickml.com/assets/StereoVision/Stereo%20Vision%20-%20Mathworks%20Example%20Article.pdf"&gt;http://mccormickml.com/assets/StereoVision/Stereo%20Vision%20-%20Mathworks%20Example%20Article.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 05:57:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571872#M10116</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-23T05:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Colorize Depth Frame in MATLAB</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571873#M10117</link>
      <description>&lt;P&gt;Hi Leponzo,&lt;/P&gt;&lt;P&gt;Could you share with us how did you import the Depth image to MATLAB environment? In which format did you record the Depth image and how (which tool)?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:07:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Colorize-Depth-Frame-in-MATLAB/m-p/571873#M10117</guid>
      <dc:creator>AAvis</dc:creator>
      <dc:date>2018-08-14T08:07:37Z</dc:date>
    </item>
  </channel>
</rss>

