<?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>tema &amp;gt;&amp;gt;...the ones which I can en Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932391#M16862</link>
    <description>&amp;gt;&amp;gt;...the ones which I can find, would resize the image only at a given new grid which is some factor of
&amp;gt;&amp;gt;previous input grid...

You possibly know that &lt;STRONG&gt;IPP&lt;/STRONG&gt; is based on &lt;STRONG&gt;IPL&lt;/STRONG&gt; ( Image Processing Library ) and the following set of &lt;STRONG&gt;IPL&lt;/STRONG&gt; functions could be used for processing:

iplCreateImageHeader
iplAllocateImageFP
iplCreateConvKernelFP
iplConvolveSep2DFP
iplDeleteConvKernelFP
iplDeallocate
iplGetErrStatus</description>
    <pubDate>Thu, 27 Jun 2013 14:03:18 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2013-06-27T14:03:18Z</dc:date>
    <item>
      <title>searching for 2D interpolation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932388#M16859</link>
      <description>&lt;P&gt;I was searching for a 2D interpolation function in IPP image processing library or MKL, which can do the following...&lt;/P&gt;
&lt;P&gt;Given an input matrix of let say size 2000x15, lets say xaxis corresponds to integers from 0 to 4000. yaxis corresponds to floating point numbers between 0 to 1.0. &amp;nbsp;The zaxis is also floating point with values varying from 0.0 to 2.0&lt;/P&gt;
&lt;P&gt;I want to get the values of znew, at (xnew,ynew) where xnew is one of the values found in xaxis ie. between 0 to 4000. &amp;nbsp;But ynew is a floating point value between 0 to 1.0, which may or may not be found in the yaxis value vector. &amp;nbsp; I need to do this thousands of times where ynew are always varying in from previous ynew values. (ie ynew is not always equally spaced, but can be any value between 0 to 1.0)&lt;/P&gt;
&lt;P&gt;I looked at the image processing functions, and the ones which I can find, would resize the image only at a given new grid which is some factor of previous input grid. &amp;nbsp;Given in my case the ynew is varying and can be any value between 0 to 1.0, i cant define a fixed factor between ynew and input yaxis.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 16:53:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932388#M16859</guid>
      <dc:creator>Anirudh</dc:creator>
      <dc:date>2013-06-25T16:53:31Z</dc:date>
    </item>
    <item>
      <title>I'm Not sure that processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932389#M16860</link>
      <description>I'm Not sure that processing you've described could be done with just &lt;STRONG&gt;one&lt;/STRONG&gt; call to some IPP function.</description>
      <pubDate>Thu, 27 Jun 2013 04:12:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932389#M16860</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-27T04:12:52Z</dc:date>
    </item>
    <item>
      <title>there is 1D spline available</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932390#M16861</link>
      <description>&lt;P&gt;there is 1D spline available in MKL started since verion 11.0. There are no 2D Splines availabe neither in IPP or MKL.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2013 08:48:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932390#M16861</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-06-27T08:48:12Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...the ones which I can</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932391#M16862</link>
      <description>&amp;gt;&amp;gt;...the ones which I can find, would resize the image only at a given new grid which is some factor of
&amp;gt;&amp;gt;previous input grid...

You possibly know that &lt;STRONG&gt;IPP&lt;/STRONG&gt; is based on &lt;STRONG&gt;IPL&lt;/STRONG&gt; ( Image Processing Library ) and the following set of &lt;STRONG&gt;IPL&lt;/STRONG&gt; functions could be used for processing:

iplCreateImageHeader
iplAllocateImageFP
iplCreateConvKernelFP
iplConvolveSep2DFP
iplDeleteConvKernelFP
iplDeallocate
iplGetErrStatus</description>
      <pubDate>Thu, 27 Jun 2013 14:03:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932391#M16862</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-27T14:03:18Z</dc:date>
    </item>
    <item>
      <title>that's not completely correct</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932392#M16863</link>
      <description>&lt;P&gt;that's not completely correct. moreover IPL is no longer supported ( ~ 10 years ).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2013 15:56:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932392#M16863</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-06-27T15:56:15Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;... IPL is no longer</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932393#M16864</link>
      <description>&amp;gt;&amp;gt;... IPL is no longer supported ( ~ 10 years )...

Actually, this is a good thing because there are No any new software bugs and the library is very stable! Also, &lt;STRONG&gt;IPL&lt;/STRONG&gt; is still used in some projects.</description>
      <pubDate>Thu, 27 Jun 2013 19:06:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/searching-for-2D-interpolation/m-p/932393#M16864</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-27T19:06:09Z</dc:date>
    </item>
  </channel>
</rss>

