<?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: Choosing the COI (Channel Of Interest) in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877564#M9735</link>
    <description>&lt;P&gt;Other way, according to IPP manual, might be use of ippiMean_8u_C3CR function with specifying channel of interest (see coi parameter description).&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2007 07:02:09 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-12-17T07:02:09Z</dc:date>
    <item>
      <title>Choosing the COI (Channel Of Interest)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877562#M9733</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How can I select the COI? For example, I have a 3 channel image and I want to calculate the mean of only the second channel using ippiMean_8u_C1R. Could you please help me? Thanks&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Hadi&lt;/P&gt;</description>
      <pubDate>Sat, 15 Dec 2007 11:18:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877562#M9733</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-15T11:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the COI (Channel Of Interest)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877563#M9734</link>
      <description>One wayis copying the COI into a new array and then processing this new channel. But is there any faster way?</description>
      <pubDate>Mon, 17 Dec 2007 06:44:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877563#M9734</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-17T06:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the COI (Channel Of Interest)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877564#M9735</link>
      <description>&lt;P&gt;Other way, according to IPP manual, might be use of ippiMean_8u_C3CR function with specifying channel of interest (see coi parameter description).&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:02:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877564#M9735</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-17T07:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the COI (Channel Of Interest)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877565#M9736</link>
      <description>Thanks, But I am looking for a general way. Your solution is not valid for many functions like ippiHistogramEven function. Now, what do you suggest me?</description>
      <pubDate>Mon, 17 Dec 2007 07:13:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877565#M9736</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-17T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the COI (Channel Of Interest)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877566#M9737</link>
      <description>&lt;P&gt;Processing of channel of interest requires special branch in code, it is the reason why we have dedicated functions to work with COI (they have specificator CnC in the name).&lt;/P&gt;
&lt;P&gt;In general, it was created not for all IPP functions.&lt;/P&gt;
&lt;P&gt;You may consider splitting multi-channel image into separate planes and do processing for each channel independently.&lt;/P&gt;
&lt;P&gt;You also can submit feature request for functions you think are important for your application on &lt;A href="http://premier.intel.com"&gt;Intel Premier Support&lt;/A&gt;, this will be considered at the next IPP verion planning stage. Please specify in your request what exactly you want to implement with IPP, so we may analyse and probably suggest you other solution.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 08:18:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877566#M9737</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-17T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the COI (Channel Of Interest)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877567#M9738</link>
      <description>&lt;P&gt;Ok, I do so. In the meantime do you have a quick solution for me. Suppose that I want to create a new image plane by ippimalloc and copy the R channel of another image to it. I want to do it as fast as possible. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 09:29:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Choosing-the-COI-Channel-Of-Interest/m-p/877567#M9738</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-17T09:29:56Z</dc:date>
    </item>
  </channel>
</rss>

