<?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 IPP Image Statistics Function Question in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Image-Statistics-Function-Question/m-p/914363#M14790</link>
    <description>Which IPP function would you suggest for the following situation?&lt;BR /&gt;&lt;BR /&gt;I have an image with a white background and various colored lines on it. I want to figure out which part of &lt;BR /&gt;of this image is the most clean (least colored lines going through it). &lt;BR /&gt;&lt;BR /&gt;Essentially, I just want to put text on the upper left, upper right, lower right or lower left corner. Doesnt matter which one,&lt;BR /&gt;it just should be the corner that has the most white space.&lt;BR /&gt;&lt;BR /&gt;Any ideas? Thanks.</description>
    <pubDate>Wed, 06 Jan 2010 17:16:09 GMT</pubDate>
    <dc:creator>reportbase</dc:creator>
    <dc:date>2010-01-06T17:16:09Z</dc:date>
    <item>
      <title>IPP Image Statistics Function Question</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Image-Statistics-Function-Question/m-p/914363#M14790</link>
      <description>Which IPP function would you suggest for the following situation?&lt;BR /&gt;&lt;BR /&gt;I have an image with a white background and various colored lines on it. I want to figure out which part of &lt;BR /&gt;of this image is the most clean (least colored lines going through it). &lt;BR /&gt;&lt;BR /&gt;Essentially, I just want to put text on the upper left, upper right, lower right or lower left corner. Doesnt matter which one,&lt;BR /&gt;it just should be the corner that has the most white space.&lt;BR /&gt;&lt;BR /&gt;Any ideas? Thanks.</description>
      <pubDate>Wed, 06 Jan 2010 17:16:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Image-Statistics-Function-Question/m-p/914363#M14790</guid>
      <dc:creator>reportbase</dc:creator>
      <dc:date>2010-01-06T17:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: IPP Image Statistics Function Question</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Image-Statistics-Function-Question/m-p/914364#M14791</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/448937"&gt;reportbase&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Which IPP function would you suggest for the following situation?&lt;BR /&gt;&lt;BR /&gt;I have an image with a white background and various colored lines on it. I want to figure out which part of &lt;BR /&gt;of this image is the most clean (least colored lines going through it). &lt;BR /&gt;&lt;BR /&gt;Essentially, I just want to put text on the upper left, upper right, lower right or lower left corner. Doesnt matter which one,&lt;BR /&gt;it just should be the corner that has the most white space.&lt;BR /&gt;&lt;BR /&gt;Any ideas? Thanks.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;It is a goodopen question :)! Justadirectidea, &lt;BR /&gt;1. convertthe color image to gray image. use ippcc function&lt;BR /&gt;2. define the region sizefor you toput text, for example, a rectangle 50x50. &lt;BR /&gt;3. calculate sum ofeach region on image one by one, use ippisum function &lt;BR /&gt;or use Image Proximity Measures to measure the proximity of white region and your image. &lt;BR /&gt;Then the biggest value is supposed to themost cleanregion as it includes most 255 (which is white)&lt;BR /&gt;&lt;BR /&gt;Just for your refernce, hope some one may contributemoreintelligent computer vision method.&lt;BR /&gt;like if you'd like to detect the line place exactly, then you may call hough tranform function ippiHoughLine_Region_8u32f_C1R etc. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 06:58:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-Image-Statistics-Function-Question/m-p/914364#M14791</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2010-01-07T06:58:02Z</dc:date>
    </item>
  </channel>
</rss>

