<?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 Ok after reading the in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919697#M15511</link>
    <description>&lt;P&gt;Ok after reading the documentation i understood the reason. It interpolates lut values not image intensity values.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2013 15:27:11 GMT</pubDate>
    <dc:creator>hande_b_</dc:creator>
    <dc:date>2013-06-12T15:27:11Z</dc:date>
    <item>
      <title>Usage of ippiLUT_Linear</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919695#M15509</link>
      <description>&lt;P&gt;Hi everyone, i want to implement adaptive histogram equalization on one channel image. I fill lookuptable(pValues) at every subwindow and use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ippiLUT_Linear_8u_C1R(srcImage-&amp;gt;DataPtr(subwindow),srcImage-&amp;gt;Step(),dstImage-&amp;gt;DataPtr(subwindow),dstImage-&amp;gt;Step(),subwindow-&amp;gt;size,pValues,pLevels,histSize)&lt;/P&gt;
&lt;P&gt;but i didnt remove blocking effect such that&amp;nbsp;ippiLUT_8u_C1R gives the same result. Than firstly i generated whole image with&amp;nbsp;ippiLUT_8u_C1R&lt;/P&gt;
&lt;P&gt;then at the end use&lt;/P&gt;
&lt;P&gt;ippiLUT_Linear_8u_C1R(dstImage-&amp;gt;DataPtr(),dstImage-&amp;gt;Step(),dstImage-&amp;gt;DataPtr(),dstImage-&amp;gt;Step(),dstImage-&amp;gt;size,pValues,pLevels,histSize);&lt;/P&gt;
&lt;P&gt;but it didnt worked too. The usage of ippiLUT_Linear&amp;nbsp;is not like this? What is the point that i am missing?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 07:29:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919695#M15509</guid>
      <dc:creator>hande_b_</dc:creator>
      <dc:date>2013-06-12T07:29:35Z</dc:date>
    </item>
    <item>
      <title>Three sets of ippiLUT_xxx</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919696#M15510</link>
      <description>Three sets of &lt;STRONG&gt;ippiLUT_xxx&lt;/STRONG&gt; functions perform intensity transformation of some source image using the lookup table (LUT) and have internal differences. Take a look at a demo:

&lt;span class="lia-inline-image-display-wrapper" image-alt="ippilutdemo.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10122i81F3599EC1DB91D6/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ippilutdemo.jpg" alt="ippilutdemo.jpg" /&gt;&lt;/span&gt;

and it shows the differences.</description>
      <pubDate>Wed, 12 Jun 2013 12:56:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919696#M15510</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-12T12:56:01Z</dc:date>
    </item>
    <item>
      <title>Ok after reading the</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919697#M15511</link>
      <description>&lt;P&gt;Ok after reading the documentation i understood the reason. It interpolates lut values not image intensity values.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 15:27:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919697#M15511</guid>
      <dc:creator>hande_b_</dc:creator>
      <dc:date>2013-06-12T15:27:11Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...It interpolates lut</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919698#M15512</link>
      <description>&amp;gt;&amp;gt;...It interpolates lut values not image intensity values...

Here are a couple of more details:

&lt;STRONG&gt;1&lt;/STRONG&gt;. &lt;STRONG&gt;ippiLUT_xxx&lt;/STRONG&gt; functions perform intensity transformation of the source image using the LUT with Exact Mapping.

&lt;STRONG&gt;2&lt;/STRONG&gt;. &lt;STRONG&gt;ippiLUT_Linear_xxx&lt;/STRONG&gt; functions perform intensity transformation of the source image using the LUT with Linear Interpolation.

&lt;STRONG&gt;3&lt;/STRONG&gt;. &lt;STRONG&gt;ippiLUT_Cubic_xxx&lt;/STRONG&gt; functions perform intensity transformation of the source image using the LUT with Cubic Interpolation.</description>
      <pubDate>Thu, 13 Jun 2013 00:52:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919698#M15512</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-13T00:52:27Z</dc:date>
    </item>
    <item>
      <title>Here is an example:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919699#M15513</link>
      <description>Here is an example:

&lt;span class="lia-inline-image-display-wrapper" image-alt="ippilutdemo.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10123iAB8C6BBC303373B8/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ippilutdemo.jpg" alt="ippilutdemo.jpg" /&gt;&lt;/span&gt;

If a value for some pixel in an 8-bit depth source image is &lt;STRONG&gt;225&lt;/STRONG&gt; then, depending on a transforming method, the pixel value in the output image could be:

~&lt;STRONG&gt;178&lt;/STRONG&gt; for ippiLUT_xxx

or

~&lt;STRONG&gt;207&lt;/STRONG&gt; for ippiLUT_Linear_xxx

or

~&lt;STRONG&gt;195&lt;/STRONG&gt; for ippiLUT_Cubic_xxx</description>
      <pubDate>Thu, 13 Jun 2013 14:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919699#M15513</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-13T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for your interest</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919700#M15514</link>
      <description>&lt;P&gt;Thanks for your interest&amp;nbsp;&lt;A href="http://software.intel.com/en-us/user/353909"&gt;Sergey&lt;/A&gt;&amp;nbsp;:)&amp;nbsp;what i want is smoothing the blocking artifacts on boundaries so lut with interpolation is not suitable for my purpose, i have to look for something else&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 07:30:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiLUT-Linear/m-p/919700#M15514</guid>
      <dc:creator>hande_b_</dc:creator>
      <dc:date>2013-06-14T07:30:38Z</dc:date>
    </item>
  </channel>
</rss>

