<?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 RealSense is being used in a in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107288#M70852</link>
    <description>&lt;P&gt;RealSense is being used in a Chinese warehouse to measure boxes. &amp;nbsp;I don't have confirmation of what model (F200 or R200) is used, but given the range limitations of the F200 and the need for the camera to look outwards towards the warehouse, the R200 is more likely. &amp;nbsp;An article on the IDF 2015 conference in China in 2015 said:&lt;/P&gt;

&lt;P&gt;"&lt;SPAN style="color: rgb(0, 0, 0); font-family: HelveticaNeueLTPro-Roman, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px;"&gt;[Intel] announced its partnership with JD, a Chinese online retail giant. &amp;nbsp;Intel showed how its RealSense technology can help improve the Chinese company's warehouse management. In a demo using a tablet equipped with RealSense depth camera, the company showed how the technology can easily measure box sizes required for products in various shapes. The demo also showed how it can easily determine the space that is needed for storage or shipment."&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: HelveticaNeueLTPro-Roman, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px;"&gt;Edit: re-reading the quoted text, it says a tablet was used to scan the warehouse. &amp;nbsp;Almost certainly an R200 used, then&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2016 16:10:00 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2016-03-11T16:10:00Z</dc:date>
    <item>
      <title>Box detection using RealSense camera</title>
      <link>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107287#M70851</link>
      <description>&lt;DIV class="jive-rendered-content"&gt;
	&lt;P&gt;Hi,&lt;/P&gt;

	&lt;P&gt;I would like to use Intel RealSense camera to stream and highlight a box's bounds, then to show its size&amp;nbsp; using measurement API.&lt;/P&gt;

	&lt;P&gt;Example video : &lt;A class="jive-link-external-small" href="https://www.youtube.com/watch?v=mEHaR2mjm9c" rel="nofollow" target="_blank"&gt;https://www.youtube.com/watch?v=mEHaR2mjm9c&lt;/A&gt;&lt;/P&gt;

	&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;I was thinking about using OpenCV first to detect the box and its bounds (I'm not sure if I'm able to do it using RealSense SDK) then using measurement API to display additional information.&lt;/P&gt;

	&lt;P&gt;But I'm not sure how to proceed the box detection, I'm not an expert into image processing, but I have two ideas :&lt;/P&gt;

	&lt;P&gt;- Detecting box bounds using quadrilateral detection to analyze box sides.&lt;/P&gt;

	&lt;P&gt;- Detecting a box corner : 3 lines crossing in the same point, giving 3D plane origin, then using lines' size to imagine box aspect and display it using POSIT algorithm. - &lt;A class="jive-link-external-small" href="https://en.wikipedia.org/wiki/3D_pose_estimation" rel="nofollow" target="_blank"&gt;3D pose estimation - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;

	&lt;P style="min-height: 8pt; padding: 0px;"&gt;I've got a R200 model camera.&lt;/P&gt;

	&lt;P&gt;What do you think about it ? Could you provide any useful information ?&lt;/P&gt;

	&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;Thank you&lt;/P&gt;

	&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;Nicolas&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Mar 2016 11:43:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107287#M70851</guid>
      <dc:creator>NicoMeco08</dc:creator>
      <dc:date>2016-03-11T11:43:45Z</dc:date>
    </item>
    <item>
      <title>RealSense is being used in a</title>
      <link>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107288#M70852</link>
      <description>&lt;P&gt;RealSense is being used in a Chinese warehouse to measure boxes. &amp;nbsp;I don't have confirmation of what model (F200 or R200) is used, but given the range limitations of the F200 and the need for the camera to look outwards towards the warehouse, the R200 is more likely. &amp;nbsp;An article on the IDF 2015 conference in China in 2015 said:&lt;/P&gt;

&lt;P&gt;"&lt;SPAN style="color: rgb(0, 0, 0); font-family: HelveticaNeueLTPro-Roman, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px;"&gt;[Intel] announced its partnership with JD, a Chinese online retail giant. &amp;nbsp;Intel showed how its RealSense technology can help improve the Chinese company's warehouse management. In a demo using a tablet equipped with RealSense depth camera, the company showed how the technology can easily measure box sizes required for products in various shapes. The demo also showed how it can easily determine the space that is needed for storage or shipment."&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: HelveticaNeueLTPro-Roman, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px;"&gt;Edit: re-reading the quoted text, it says a tablet was used to scan the warehouse. &amp;nbsp;Almost certainly an R200 used, then&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107288#M70852</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2016-03-11T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Hi Marty G - I've been</title>
      <link>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107289#M70853</link>
      <description>&lt;P&gt;Hi Marty G - I've been looking through the documents on the Intel IDF in China and I can't find a reference to the partnership with JD - is it possible that you could post a link?&lt;/P&gt;

&lt;P&gt;Many thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 13:39:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107289#M70853</guid>
      <dc:creator>alan_p_3</dc:creator>
      <dc:date>2016-04-25T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Here is a video clip from the</title>
      <link>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107290#M70854</link>
      <description>&lt;P&gt;Here is a video clip from the event.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=8lh2EiwQjJ8" target="_blank"&gt;https://www.youtube.com/watch?v=8lh2EiwQjJ8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 03:53:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Box-detection-using-RealSense-camera/m-p/1107290#M70854</guid>
      <dc:creator>TJohnson_Intel</dc:creator>
      <dc:date>2016-12-01T03:53:40Z</dc:date>
    </item>
  </channel>
</rss>

