<?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 Thank you, Hristo. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954287#M18874</link>
    <description>&lt;P&gt;Thank you, Hristo.&lt;/P&gt;

&lt;P&gt;Also the formulas can be found here:&amp;nbsp;https://software.intel.com/en-us/node/505191&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Best regards,&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Valentin&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2016 13:35:13 GMT</pubDate>
    <dc:creator>Valentin_K_Intel</dc:creator>
    <dc:date>2016-07-18T13:35:13Z</dc:date>
    <item>
      <title>ResizeCubicInit</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954281#M18868</link>
      <description>&lt;P&gt;I am switching my code from the deprecated ResizeSqrPixel functions to the new Resize API. Is it still possible to use the polynomial cubic interpolation equivalent to IPPI_INTER_CUBIC? How do I set the B and C filter parameters in ippiResizeCubicInit method?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Nevine&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 21:34:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954281#M18868</guid>
      <dc:creator>NevineH</dc:creator>
      <dc:date>2014-01-09T21:34:47Z</dc:date>
    </item>
    <item>
      <title>Hi Nevine,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954282#M18869</link>
      <description>&lt;P&gt;Hi Nevine,&lt;/P&gt;

&lt;P&gt;The new cubic resize supports only interpolation with two-parameter cubic filters. This approach provides the interpolation quality that is comparable with IPPI_INTER_CUBIC. The interpolation formulas can be found here &lt;A href="http://software.intel.com/en-us/node/443946"&gt;http://software.intel.com/en-us/node/443946&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Best regards, Valentin&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 11:10:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954282#M18869</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2014-01-16T11:10:32Z</dc:date>
    </item>
    <item>
      <title>Hello, Valentin,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954283#M18870</link>
      <description>&lt;P&gt;Hello, Valentin,&lt;/P&gt;

&lt;P&gt;we just need to have the same result and performance, while using the new API.&lt;/P&gt;

&lt;P&gt;So, there are two important questions:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;what are the values for B and C, that would give us the same results?&lt;/LI&gt;
	&lt;LI&gt;can we have the same performance as before?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;With best regards,&lt;/P&gt;

&lt;P&gt;Hristo&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 16:25:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954283#M18870</guid>
      <dc:creator>Hristov__Hristo</dc:creator>
      <dc:date>2015-12-08T16:25:38Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954284#M18871</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Did you find an answer how to set B and C?&lt;/P&gt;

&lt;P&gt;The page linked here is missing.&lt;/P&gt;

&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 17:28:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954284#M18871</guid>
      <dc:creator>Royi</dc:creator>
      <dc:date>2016-07-11T17:28:25Z</dc:date>
    </item>
    <item>
      <title>Hi Hristo, Royi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954285#M18872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Hristo,&amp;nbsp;&lt;/SPAN&gt;Royi,&lt;/P&gt;

&lt;P&gt;I has turned out that I missed the previous question.&lt;/P&gt;

&lt;P&gt;There are no such B and C parameters to get the same results as IPPI_INTER_CUBIC interpolation gives. But both interpolations (ippCubic and IPPI_INTER_CUBIC) give the similar quality.&lt;BR /&gt;
	So&amp;nbsp;you can experiment with B and C parameters to get a result that fits better for your task.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Valentin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 12:42:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954285#M18872</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2016-07-18T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954286#M18873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;in the header file ippi.h , line 12629, you can find the formula and some suggested values of B and C&lt;/P&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;!--StartFragment--&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;  &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;Notes/References:&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;1.&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;The&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;equation&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;shows&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;the&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;family&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;of&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;cubic&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;filters:&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;           &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;((12-9B-6C)*|x|^3&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;+&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(-18+12B+6C)*|x|^2&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;                  &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;+&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(6-2B)&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;  &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;)&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;/&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;6&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;   &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;for&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;|x|&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;1&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;K(x)&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;((&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;   &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;-B-6C)*|x|^3&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;+&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;6B+30C)*|x|^2&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;+&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(-12B-48C)*|x|&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;+&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(8B+24C))&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;/&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;6&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;   &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;for&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;1&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;|x|&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;2&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;           &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;0&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;   &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;elsewhere&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;Some&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;values&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;of&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(B,C)&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;correspond&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;to&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;known&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;cubic&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;splines:&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;Catmull-Rom&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(B=0,C=0.5),&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;B-Spline&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(B=1,C=0)&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;and&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;other.&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;      &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;Mitchell,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;Don&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;P.;&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;Netravali,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;Arun&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;N.&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;(Aug.&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;1988).&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;"Reconstruction&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;filters&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;in&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;computer&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;graphics"&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;      &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;&lt;A href="http://www.mentallandscape.com/Papers_siggraph88.pdf" target="_blank"&gt;http://www.mentallandscape.com/Papers_siggraph88.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;!--EndFragment--&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Jul 2016 13:07:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954286#M18873</guid>
      <dc:creator>Hristov__Hristo</dc:creator>
      <dc:date>2016-07-18T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Thank you, Hristo.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954287#M18874</link>
      <description>&lt;P&gt;Thank you, Hristo.&lt;/P&gt;

&lt;P&gt;Also the formulas can be found here:&amp;nbsp;https://software.intel.com/en-us/node/505191&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Best regards,&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Valentin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 13:35:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954287#M18874</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2016-07-18T13:35:13Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954288#M18875</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm facing similar issue while porting from IPP 6.1 to IPP 9.0.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;I'm aware about the difference in interpolation methods used by IPP 6.1 &amp;amp; IPP 9.0 that is IPPI_INTER_CUBIC vs &lt;/SPAN&gt;IPPI_INTER_CUBIC2P_CATMULLROM&lt;SPAN style="font-size: 12px;"&gt;. And as Valentin said-&amp;nbsp;The new cubic resize supports only interpolation with two-parameter cubic filters.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;So is there any workaround figured out by anyone to get &lt;SPAN style="font-size: 13.008px;"&gt;results&amp;nbsp;&lt;/SPAN&gt;similar to IPP6.1?&lt;/P&gt;

&lt;P&gt;Does MKL library contain some functionality to get results similar to IPP 6.1 resize() method? &amp;nbsp;Like does MKL's interpolate() method use the same functionality as IPP 6.1&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;IPPI_INTER_CUBIC?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 08:15:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954288#M18875</guid>
      <dc:creator>Komal_S_</dc:creator>
      <dc:date>2017-01-23T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Hi Komal,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954289#M18876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Komal,&lt;/P&gt;

&lt;P&gt;There is no way to obtain the same result as for&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;IPPI_INTER_CUBIC using two-parameter cubic filters.&amp;nbsp;But both methods give the similar quality.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Valentin&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ResizeCubicInit/m-p/954289#M18876</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2017-01-25T14:03:40Z</dc:date>
    </item>
  </channel>
</rss>

