<?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: IPP black/white threshold (like iplThreshold) in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927674#M16334</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you probably can use sequence of two IPP functions, ippiThreshhold_LTVal and ippiThreshold_GTVal&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
    <pubDate>Sun, 21 May 2006 05:33:50 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2006-05-21T05:33:50Z</dc:date>
    <item>
      <title>IPP black/white threshold (like iplThreshold)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927673#M16333</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I'm currently investigating and benchmarking IPP as an upgrade to IPL and noticed that a straightforward threshold function is missing.&lt;BR /&gt;I'm looking for a threshold function that sets pixels either to the maximum value (if higher that the threshold) or to the minimum value (if lower). So for a 8-bit image, pixels will be either set to 255 or 0 (like the IPL function iplThreshold).&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;The function closest matching this functionality is Threshold_LTValGTVal, but not all pixels can be changed because you can't have overlapping threshold values and can only use greater or less than, or otherwise I get the error ippStsThresholdErr.&lt;BR /&gt;Also, any of the threshold functions with a settable specified value take twice as long as IPL!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any suggestions on what best to use?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Cheers.&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 May 2006 20:57:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927673#M16333</guid>
      <dc:creator>sdl</dc:creator>
      <dc:date>2006-05-12T20:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: IPP black/white threshold (like iplThreshold)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927674#M16334</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you probably can use sequence of two IPP functions, ippiThreshhold_LTVal and ippiThreshold_GTVal&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2006 05:33:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927674#M16334</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-05-21T05:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: IPP black/white threshold (like iplThreshold)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927675#M16335</link>
      <description>&lt;STRONG&gt;pace_sdl,&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Was there any followup on the performance issue that you raised here?&lt;BR /&gt;&lt;BR /&gt;I have similar performance concerns about IPP, and I'm seeking to understand why it seems to be slower for some operations (like Set) than regular C++ code doing the same pixel set operation.&lt;BR /&gt;&lt;BR /&gt;Any info helpful,&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2007 21:29:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927675#M16335</guid>
      <dc:creator>chris_griffin</dc:creator>
      <dc:date>2007-09-13T21:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: IPP black/white threshold (like iplThreshold)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927676#M16336</link>
      <description>&lt;P&gt;Hello Chris,&lt;/P&gt;
&lt;P&gt;we constantly work on improving performance of IPP functions. Could you please an example of code which demostrate the case when regular C++ is faster then ippiSet function?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:14:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927676#M16336</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-09-19T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: IPP black/white threshold (like iplThreshold)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927677#M16337</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I ran across this a few weeks ago. When I get a chance, I'll put together a code sample which times the two against each other. Right now its hard because the calls are buried in my image class methods, and the code which calls them would be hard to share here.&lt;BR /&gt;&lt;BR /&gt;Look back sometime next week, as I'm anxious to understand this.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 13:29:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927677#M16337</guid>
      <dc:creator>chris_griffin</dc:creator>
      <dc:date>2007-09-20T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: IPP black/white threshold (like iplThreshold)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927678#M16338</link>
      <description>&lt;P&gt;Ok, will wait for your case.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2007 16:05:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-black-white-threshold-like-iplThreshold/m-p/927678#M16338</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-09-20T16:05:01Z</dc:date>
    </item>
  </channel>
</rss>

