<?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 Please take a look at a in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968258#M20397</link>
    <description>Please take a look at a thread:

&lt;STRONG&gt;Intel® Integrated Performance Primitives 7.1 Deprecation Information&lt;/STRONG&gt;
software.intel.com/en-us/forums/topic/327960

for more information.

Also, it was already discussed many times that older and newer versions of IPP library could be used at the same time in the same application. Even if functions you've mentioned are removed from IPP library in the future you could continue using older version of IPP.</description>
    <pubDate>Wed, 22 May 2013 13:21:35 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2013-05-22T13:21:35Z</dc:date>
    <item>
      <title>Template Matching function questions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968255#M20394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have trouble finding the difference between SqrDistanceFull_Norm/SqrDistanceSame_Norm/SqrDistanceValid_Norm, as well as CrossCorFull_Norm/CrossCorSame_Norm/CrossCorValid_Norm, as well as CrossCorFull_NormLevel/CrossCorSame_NormLevel/CrossCorValid_NormLevel.&lt;/P&gt;
&lt;P&gt;What exactly is the difference between Full/Same/Valid versions?&lt;/P&gt;
&lt;P&gt;All of these functions are marked as deprectated, but nowhere can I find the name of a replacement function. Which function(s) replace the deprecated ones?&lt;/P&gt;
&lt;P&gt;I must also say that the documentation is really hard to read. All these variants of function descriptions seem to share the same documentation (at least 99% is the same), making it very very hard to spot differences.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 11:17:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968255#M20394</guid>
      <dc:creator>pschregle10</dc:creator>
      <dc:date>2013-05-22T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Please take a look at ippi.h</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968256#M20395</link>
      <description>Please take a look at &lt;STRONG&gt;ippi.h&lt;/STRONG&gt; header file:

//...
//      ippiSqrDistanceValid_Norm_8s32f_AC4R.
//
//  Purpose: Computes normalized Euclidean distance, or Sum of Squared
//           Distance (SSD) of an image and a template (another image).
//               The SSD values are image similarity measures: the smaller
//           value of SSD at a particular pixel, the more similarity between
//           the template and the image in the neighborhood of the pixel.
//               If IppiSize's of image and template are Wa * Ha and
//           Wb * Hb correspondingly, then the IppiSize of the resulting
//           matrix with normalized SSD coefficients will be
//           &lt;STRONG&gt;a) in case of 'Full' suffix:&lt;/STRONG&gt;
//              ( Wa + Wb - 1 )*( Ha + Hb - 1 ).
//           &lt;STRONG&gt;b) in case of 'Same' suffix:&lt;/STRONG&gt;
//              ( Wa )*( Ha ).
//           &lt;STRONG&gt;c) in case of 'Valid' suffix:&lt;/STRONG&gt;
//              ( Wa - Wb + 1 )*( Ha - Hb + 1 ).
//  Notice:
//           suffix 'R' (ROI) means only scanline alignment (srcStep), in
//           'Same' and 'Full' cases no any requirements for data outstand
//           the ROI - it's assumed that template and source images are zero padded.
//...</description>
      <pubDate>Wed, 22 May 2013 12:37:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968256#M20395</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-22T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Thanks for the explanation.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968257#M20396</link>
      <description>&lt;P&gt;Thanks for the explanation.&lt;/P&gt;
&lt;P&gt;What about the other question:&lt;/P&gt;
&lt;P&gt;All of these functions are marked as deprectated, but nowhere can I find the name of a replacement function. Which function(s) replace the deprecated ones?&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 12:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968257#M20396</guid>
      <dc:creator>pschregle10</dc:creator>
      <dc:date>2013-05-22T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Please take a look at a</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968258#M20397</link>
      <description>Please take a look at a thread:

&lt;STRONG&gt;Intel® Integrated Performance Primitives 7.1 Deprecation Information&lt;/STRONG&gt;
software.intel.com/en-us/forums/topic/327960

for more information.

Also, it was already discussed many times that older and newer versions of IPP library could be used at the same time in the same application. Even if functions you've mentioned are removed from IPP library in the future you could continue using older version of IPP.</description>
      <pubDate>Wed, 22 May 2013 13:21:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968258#M20397</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-22T13:21:35Z</dc:date>
    </item>
    <item>
      <title>Here is a collection of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968259#M20398</link>
      <description>Here is a collection of different links to articles and documentation of IPP library:

software.intel.com/en-us/articles/intel-ipp-71-library-release-notes

&lt;STRONG&gt;IPP knowledge base&lt;/STRONG&gt;
software.intel.com/en-us/articles/intel-ipp-kb/all
software.intel.com/en-us/articles/intel-ipp-70-library-install-guide

&lt;STRONG&gt;IPP code samples&lt;/STRONG&gt;
software.intel.com/en-us/articles/code-samples-for-intel-integrated-performance-primitives-intel-ipp-library-71
software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples

&lt;STRONG&gt;Others&lt;/STRONG&gt;
software.intel.com/en-us/articles/intel-integrated-performance-primitives-faq
software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation
software.intel.com/en-us/articles/ipp-crypto-guide
software.intel.com/en-us/articles/download-ipp-cryptography-libraries
software.intel.com/en-us/articles/boosting-cryptography-performance-with-intel-libraries
software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-understanding-cpu-optimized-code-used-in-intel-ipp
software.intel.com/en-us/articles/threading-and-intel-integrated-performance-primitives

Note: However, in 99% of cases I use IPP documentation in Pdf format.</description>
      <pubDate>Wed, 22 May 2013 13:42:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968259#M20398</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-22T13:42:44Z</dc:date>
    </item>
    <item>
      <title>Please excuse, I still need</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968260#M20399</link>
      <description>&lt;P&gt;Please excuse, I still need to come back to the deprecation issue, because it just does not make sense in my head yet.&lt;/P&gt;
&lt;P&gt;Are you saying that these template matching functions may be removed and no replacement might be available in newer IPP versions?&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 14:01:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968260#M20399</guid>
      <dc:creator>pschregle10</dc:creator>
      <dc:date>2013-05-22T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Any comments from Intel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968261#M20400</link>
      <description>Any comments from Intel software engineers on the last question? Thanks in advance.</description>
      <pubDate>Wed, 22 May 2013 14:26:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968261#M20400</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-22T14:26:26Z</dc:date>
    </item>
    <item>
      <title>I agree with Peter because</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968262#M20401</link>
      <description>I agree with Peter because deprecation message doesn't say anything about replacements of these functions in future versions of IPP library.

From &lt;STRONG&gt;ippi.h&lt;/STRONG&gt; from IPP version &lt;STRONG&gt;7.1.1&lt;/STRONG&gt;:
...
IPP_DEPRECATED("is deprecated. &lt;STRONG&gt;API of this function is obsolete and will be changed in one of the future IPP releases&lt;/STRONG&gt;. Use the following link for details: software.intel.com/en-us/articles/intel-ipp-71-deprecated-features/")\
IPPAPI( IppStatus, &lt;STRONG&gt;ippiCrossCorrFull_Norm_32f_C1R&lt;/STRONG&gt;, ( const Ipp32f* pSrc, int srcStep,
        IppiSize srcRoiSize, const Ipp32f* pTpl, int tplStep, IppiSize tplRoiSize,
        Ipp32f* pDst, int dstStep ))
...</description>
      <pubDate>Thu, 23 May 2013 01:00:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968262#M20401</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-23T01:00:25Z</dc:date>
    </item>
    <item>
      <title>I was also a bit shocked to</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968263#M20402</link>
      <description>&lt;P&gt;I was also a bit shocked to read that convolution would be removed from IPP.... If only the API is going to be modified, I can then breathe normal!&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 09:40:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968263#M20402</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2013-05-23T09:40:52Z</dc:date>
    </item>
    <item>
      <title>Hello Thomas and Peter,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968264#M20403</link>
      <description>&lt;P&gt;Hello Thomas and Peter,&lt;/P&gt;
&lt;P&gt;Deprecation does not mean immediate removal, but it does begin the process and collect the feedback for these function. If you notice some function is important, please feel free to provide your feedback in the following site: &lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/ipp-deprecated-features-feedback/"&gt;http://software.intel.com/sites/products/ipp-deprecated-features-feedback/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 02:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968264#M20403</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2013-05-31T02:30:55Z</dc:date>
    </item>
    <item>
      <title>Hi all,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968265#M20404</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Full, Same an Valid notations have the same meaning as in MatLab. Regarding deprecation: in IPP 8.0 the new APIs for these functionalities will introduced, so deprecation message will be changed with a reccomendation to use the new one. Your feedback on new APIs will be appreciated.&lt;/P&gt;
&lt;P&gt;regards, Igor&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 11:07:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968265#M20404</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2013-06-03T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Hi all,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968266#M20405</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Full, Same an Valid notations have the same meaning as in MatLab. Regarding deprecation: in IPP 8.0 the new APIs for these functionalities will introduced, so deprecation message will be changed with a reccomendation to use the new one. Your feedback on new APIs will be appreciated.&lt;/P&gt;
&lt;P&gt;regards, Igor&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 11:07:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Template-Matching-function-questions/m-p/968266#M20405</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2013-06-03T11:07:58Z</dc:date>
    </item>
  </channel>
</rss>

