<?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 Hello, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971558#M20617</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I've exactly the same problem. I need to resize an image and I need to specify zoom factor and shift.&lt;/P&gt;

&lt;P&gt;I can't specify&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;implicitly zoom factor by input and output roi size.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;ippiResizeSqrPixel&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;is the right solution&lt;/P&gt;

&lt;P&gt;for my problem. Would &amp;nbsp;be nice if this function will not be deprecated.&lt;/P&gt;

&lt;P&gt;Thank's&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2014 10:35:38 GMT</pubDate>
    <dc:creator>giacomo_c_</dc:creator>
    <dc:date>2014-04-07T10:35:38Z</dc:date>
    <item>
      <title>Why ippiResizeSqrPixel functions are deprecated?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971557#M20616</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;During migrating my codes from IPP7 into IPP8, I found that&amp;nbsp;ippiResizeSqrPixel functions are deprecated.&lt;/P&gt;

&lt;P&gt;I use them to resize medical data. Fine control of zoom factor and shift is crucial because we need them to overlay multiple medical images at exact position.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;However, new ippiResize* functions&amp;nbsp;&lt;/SPAN&gt;don't take zoom factor / shift argument any more.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Only substitute for&amp;nbsp;ippiResizeSqrPixel seem to be &lt;/SPAN&gt;ippi&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;WarpAffine function, but&amp;nbsp;&lt;/SPAN&gt;ippiWarpAffine&amp;nbsp;is too slow compared with&amp;nbsp;ippiResizeSqrPixel.&lt;/P&gt;

&lt;P&gt;Is there any other way to resize image with&amp;nbsp;&amp;nbsp;zoom factor / shift?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2014 14:57:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971557#M20616</guid>
      <dc:creator>tsangel</dc:creator>
      <dc:date>2014-04-04T14:57:34Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971558#M20617</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I've exactly the same problem. I need to resize an image and I need to specify zoom factor and shift.&lt;/P&gt;

&lt;P&gt;I can't specify&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;implicitly zoom factor by input and output roi size.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;ippiResizeSqrPixel&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;is the right solution&lt;/P&gt;

&lt;P&gt;for my problem. Would &amp;nbsp;be nice if this function will not be deprecated.&lt;/P&gt;

&lt;P&gt;Thank's&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:35:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971558#M20617</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2014-04-07T10:35:38Z</dc:date>
    </item>
    <item>
      <title>It is only this particular</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971559#M20618</link>
      <description>&lt;P&gt;It is only this particular function declaration that has been marked as depreciated.&lt;/P&gt;

&lt;P&gt;Its interpolation parameter has been removed and a new collection of function declarations has been added, each implementing one interpolation type.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:52:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971559#M20618</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2014-04-07T10:52:05Z</dc:date>
    </item>
    <item>
      <title>Hello Thomas,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971560#M20619</link>
      <description>&lt;P&gt;Hello Thomas,&lt;/P&gt;

&lt;P&gt;It isn't only a problem of function declaration. The new ippiResizeXXX family has an interface like this :&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;IppStatus ippiResizeLinear_&amp;lt;mod&amp;gt;(const Ipp&amp;lt;datatype&amp;gt;* pSrc, Ipp32s srcStep, Ipp&amp;lt;datatype&amp;gt;* pDst, Ipp32s dstStep, IppiPoint dstOffset, IppiSize dstSize, IppiBorderType border, Ipp&amp;lt;datatype&amp;gt;* borderValue, IppiResizeSpec_32f* pSpec, Ipp8u*pBuffer);&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="delim" style="font-family: 'Courier New', Courier, monospace;"&gt;where zoom factor and shift are not present. Zoom factor is specified by source and destination size.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Courier New, Courier, monospace"&gt;This is the problem.&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Courier New, Courier, monospace"&gt;Thank's&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Courier New, Courier, monospace"&gt;Giacomo&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:38:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971560#M20619</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2014-04-07T12:38:37Z</dc:date>
    </item>
    <item>
      <title>I understand that if you need</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971561#M20620</link>
      <description>&lt;P&gt;I understand that if you need sub-pixel precision, the new function types won't make it. I'm just a user like you, so I guess Intel should step in and clarify the situation...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 15:36:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971561#M20620</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2014-04-07T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Hi,Please use this link http:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971562#M20621</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please use this link &lt;A href="http://software.intel.com/sites/products/ipp-deprecated-features-feedback/index.php"&gt;http://software.intel.com/sites/products/ipp-deprecated-features-feedback/index.php&lt;/A&gt;&amp;nbsp;to leave a feedback about&amp;nbsp;the deprecated functionality.&lt;/P&gt;
&lt;P&gt;Best regards, Valentin&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 17:02:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971562#M20621</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2014-04-09T17:02:11Z</dc:date>
    </item>
    <item>
      <title>Hi,Thank you for your</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971563#M20622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your feedbacks about ResizeSqrPixel and WarpAffine performance. We are working on warp functions to reach&amp;nbsp;better performance. Please wait&amp;nbsp;updates of&amp;nbsp;warp functionality in future IPP versions.&lt;/P&gt;
&lt;P&gt;Best regards, Valentin&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2014 13:52:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971563#M20622</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2014-04-11T13:52:05Z</dc:date>
    </item>
    <item>
      <title>Hello Valentin,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971564#M20623</link>
      <description>&lt;P&gt;Hello Valentin,&lt;/P&gt;

&lt;P&gt;Glad to hear that you are working on warp functions.&lt;/P&gt;

&lt;P&gt;; I hope warp function is as fast as&amp;nbsp;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;ResizeSqrPixel; at this time,&amp;nbsp;WarpAffine is 10x slower than&amp;nbsp;ResizeSqrPixel.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;It would be better that new resize functions take arguments for zoom and shift in&amp;nbsp;sub pixel accuracy.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2014 15:34:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/971564#M20623</guid>
      <dc:creator>tsangel</dc:creator>
      <dc:date>2014-04-11T15:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why ippiResizeSqrPixel functions are deprecated?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/1458862#M28288</link>
      <description>&lt;P&gt;Any updates on this issue? We are attempting to modernize our use of IPP to the newer oneApi. Apparently, this function is now not just deprecated but is no longer available.&lt;/P&gt;
&lt;P&gt;This site &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/tool/intel-ipp-legacy-libraries.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/tool/intel-ipp-legacy-libraries.html&lt;/A&gt; gives instructions for downloading and using a legacy library, but the links do not work because they are insecure.&lt;/P&gt;
&lt;P&gt;I can't find any resources for how to workaround this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 01:22:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-ippiResizeSqrPixel-functions-are-deprecated/m-p/1458862#M28288</guid>
      <dc:creator>GK22</dc:creator>
      <dc:date>2023-02-24T01:22:18Z</dc:date>
    </item>
  </channel>
</rss>

