<?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: how to count the number of colors in an image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865471#M8295</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/262284"&gt;shyaki&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;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Why need IPP function for this simple work?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;it requires to loop through each pixel and record the pixel value. when you work on HD resolution images and 256*256*256 size color space, simple loop become too slow.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I think OpenMP and SSE can speed up the process significantly, which are the IPP specialty. I could do it with my own manu coding, but it takes too much time.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Current IPP histogram functions only work on 1-channel images, there is no real 3-D histogram IPP functions for RGB images. I can not think of another way to get the result.&lt;/DIV&gt;</description>
    <pubDate>Fri, 11 Dec 2009 15:38:33 GMT</pubDate>
    <dc:creator>Cen_Rao</dc:creator>
    <dc:date>2009-12-11T15:38:33Z</dc:date>
    <item>
      <title>how to count the number of colors in an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865468#M8292</link>
      <description>Hi,&lt;BR /&gt; Is there any IPP function that can count the number of unique colors in a image ROI? Moreover, can it provide the RGB value of those colors? Thanks a lot.&lt;BR /&gt; &lt;BR /&gt;crao</description>
      <pubDate>Wed, 09 Dec 2009 23:17:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865468#M8292</guid>
      <dc:creator>crao</dc:creator>
      <dc:date>2009-12-09T23:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to count the number of colors in an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865469#M8293</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/456212"&gt;crao&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;Hi,&lt;BR /&gt;Is there any IPP function that can count the number of unique colors in a image ROI? Moreover, can it provide the RGB value of those colors? Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;crao&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Why need IPP function for this simple work?</description>
      <pubDate>Thu, 10 Dec 2009 21:13:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865469#M8293</guid>
      <dc:creator>shyaki</dc:creator>
      <dc:date>2009-12-10T21:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to count the number of colors in an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865470#M8294</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/262284"&gt;shyaki&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;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Why need IPP function for this simple work?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;If you think this is simple I'm affraid you don't fully understand the problem, the possible per-CPU performance gains or that IPP is actually a set of low level optimized functions solving exactly these kinds of problems.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Mikael&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 09:29:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865470#M8294</guid>
      <dc:creator>Mikael_Grev</dc:creator>
      <dc:date>2009-12-11T09:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to count the number of colors in an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865471#M8295</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/262284"&gt;shyaki&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;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Why need IPP function for this simple work?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;it requires to loop through each pixel and record the pixel value. when you work on HD resolution images and 256*256*256 size color space, simple loop become too slow.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I think OpenMP and SSE can speed up the process significantly, which are the IPP specialty. I could do it with my own manu coding, but it takes too much time.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Current IPP histogram functions only work on 1-channel images, there is no real 3-D histogram IPP functions for RGB images. I can not think of another way to get the result.&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Dec 2009 15:38:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-count-the-number-of-colors-in-an-image/m-p/865471#M8295</guid>
      <dc:creator>Cen_Rao</dc:creator>
      <dc:date>2009-12-11T15:38:33Z</dc:date>
    </item>
  </channel>
</rss>

