<?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 Is there an IPP threshold function which does not keep the orig in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-IPP-threshold-function-which-does-not-keep-the/m-p/819855#M4606</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Another choice is use ippiCompareC_ function, which will output the value into 0, or 255, according the threshold data. &lt;/P&gt;&lt;P&gt;thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2012 07:02:54 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2012-02-01T07:02:54Z</dc:date>
    <item>
      <title>Is there an IPP threshold function which does not keep the original value if test failed ?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-IPP-threshold-function-which-does-not-keep-the/m-p/819854#M4605</link>
      <description>Is there a threshold function which takes a gray image and threshold it such that the output is binary according to the rule:&lt;BR /&gt;outVal = (imageVal&amp;gt;=threshold) ? 255 : 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I found an IPP function Threshold_LTValGTVal, however this function seems to test the function against two values, but what I need is testing against one value, which should be faster.&lt;BR /&gt;All other threshold functions seems to ouput the source image value in case the threshold condition failed.&lt;BR /&gt;I am looking for a function that will test against one value, and will result in only two output values.&lt;BR /&gt;&lt;H1 class="topictitle1"&gt;&lt;/H1&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:03:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-IPP-threshold-function-which-does-not-keep-the/m-p/819854#M4605</guid>
      <dc:creator>royvm101</dc:creator>
      <dc:date>2012-01-30T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Is there an IPP threshold function which does not keep the orig</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-IPP-threshold-function-which-does-not-keep-the/m-p/819855#M4606</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Another choice is use ippiCompareC_ function, which will output the value into 0, or 255, according the threshold data. &lt;/P&gt;&lt;P&gt;thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2012 07:02:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-IPP-threshold-function-which-does-not-keep-the/m-p/819855#M4606</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-02-01T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Is there an IPP threshold function which does not keep the orig</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-IPP-threshold-function-which-does-not-keep-the/m-p/819856#M4607</link>
      <description>Hi Chao,&lt;BR /&gt;&lt;BR /&gt;I've encountered a simillar problem in the past.&lt;BR /&gt;The problem with ippiCompareC is that it only outputs an 8 bit image result,&lt;BR /&gt;while I needed the result in the same format as the input image 16 bit.&lt;BR /&gt;For this purpose you can only use thresholdLtGt, or use a combination of other IPP functions.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Offir</description>
      <pubDate>Wed, 01 Feb 2012 09:05:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-IPP-threshold-function-which-does-not-keep-the/m-p/819856#M4607</guid>
      <dc:creator>OKohl</dc:creator>
      <dc:date>2012-02-01T09:05:43Z</dc:date>
    </item>
  </channel>
</rss>

