<?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 how to invert mask values in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-invert-mask-values/m-p/815245#M4231</link>
    <description>Hello, may be you can try ippiXor function for that purpose?&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
    <pubDate>Thu, 27 Jan 2011 10:08:10 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2011-01-27T10:08:10Z</dc:date>
    <item>
      <title>how to invert mask values</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-invert-mask-values/m-p/815244#M4230</link>
      <description>Hello, I have a mask image which contains 1s and 0s, I want to invert, namely apply a bitwise NOT operation, but ippiNot just subtracts values from 255, this is not what I need. Also I tried ippiThreshold_LTValGTVal with values &lt;BR /&gt;const Ipp8u threshLT[] = {1,1,1};&lt;BR /&gt;const Ipp8u valueLT[] = {1,1,1};&lt;BR /&gt;const Ipp8u threshGT[] = {0,0,0};&lt;BR /&gt;const Ipp8u valueGT[] = {0,0,0};&lt;BR /&gt;ippiThreshold_LTValGTVal_8u_C3R(roiMaskC3, 3*srcWidth, roiMaskNotC3, 3*srcWidth, roiSize, threshLT, valueLT, threshGT, valueGT);&lt;BR /&gt;&lt;BR /&gt;but I get a weird result, filled with repeating quadruple values of 13 240 173 186...&lt;BR /&gt;Would you please suggest a solution?</description>
      <pubDate>Thu, 27 Jan 2011 09:33:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-invert-mask-values/m-p/815244#M4230</guid>
      <dc:creator>Kadir_Kirtac</dc:creator>
      <dc:date>2011-01-27T09:33:23Z</dc:date>
    </item>
    <item>
      <title>how to invert mask values</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-invert-mask-values/m-p/815245#M4231</link>
      <description>Hello, may be you can try ippiXor function for that purpose?&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Thu, 27 Jan 2011 10:08:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-invert-mask-values/m-p/815245#M4231</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2011-01-27T10:08:10Z</dc:date>
    </item>
    <item>
      <title>how to invert mask values</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-invert-mask-values/m-p/815246#M4232</link>
      <description>hello, its ok Thank you, I have XoRed the mask with an array of 1s in the same size with source, than I get the inverted result.</description>
      <pubDate>Thu, 27 Jan 2011 10:45:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/how-to-invert-mask-values/m-p/815246#M4232</guid>
      <dc:creator>Kadir_Kirtac</dc:creator>
      <dc:date>2011-01-27T10:45:53Z</dc:date>
    </item>
  </channel>
</rss>

