<?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 Re: ippiCrossCorrNormGetBufferSize parameters in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1379039#M27991</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for reaching us. You are right, t&lt;SPAN&gt;he extra parameter (&lt;/SPAN&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;ipp32f) should be moved in the sample code. We will update the sample code in documentation&lt;/SPAN&gt;&lt;/EM&gt;&lt;EM class="sub_section_element_selectors" style="font-family: inherit;"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Have a nice day!&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Regards,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Ruqiu&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2022 09:47:37 GMT</pubDate>
    <dc:creator>Ruqiu_C_Intel</dc:creator>
    <dc:date>2022-04-22T09:47:37Z</dc:date>
    <item>
      <title>ippiCrossCorrNormGetBufferSize parameters</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1378804#M27988</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I have a question about ippiCrossCorrNormGetBufferSize .&lt;/P&gt;
&lt;P&gt;The documentation for the function shows it takes 4 parameters:&lt;/P&gt;
&lt;FIGURE id="crosscorrnormgetbuffersize-1_GUID-551A2B06-793C-4772-9E97-E71A9324B217" class="fig syntaxdiagram"&gt;
&lt;DIV style="display: inline;"&gt;
&lt;DIV style="display: inline;"&gt;
&lt;DIV style="display: inline;"&gt;&lt;LI-CODE lang="markup"&gt;IppStatus ippiCrossCorrNormGetBufferSize (IppiSize srcRoiSize, IppiSize tplRoiSize, IppEnum algType, int* pBufferSize);
&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;However, in the example forCrossCorrNorm the GetBufferSize function is called with 5 parameters.&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;The extra parameter is&lt;EM&gt; ipp32f&lt;/EM&gt;:&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&lt;LI-CODE lang="markup"&gt;status = ippiCrossCorrNormGetBufferSize(srcRoiSize, tplRoiSize, ipp32f, funCfg, &amp;amp;bufSize);&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;The example does not compile. The error is:&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&lt;LI-CODE lang="markup"&gt;ippiCrossCorrNormGetBufferSize': function does not take 5 arguments&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;We are using Ipp 8.1 but the documentation is the same for the latest relaeas.&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;The code works well for ipp8u images without the&lt;EM&gt; ipp32f &lt;/EM&gt;parameter.&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;I guess it is important to communicate the pixel/element size to the GetBufferSize function.&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="display: inline;"&gt;How should it be done?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/FIGURE&gt;</description>
      <pubDate>Fri, 22 Apr 2022 06:17:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1378804#M27988</guid>
      <dc:creator>b_k_</dc:creator>
      <dc:date>2022-04-22T06:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: ippiCrossCorrNormGetBufferSize parameters</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1378805#M27989</link>
      <description>&lt;P&gt;Link to the GetBufferSize documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/image-statistics-functions/image-proximity-measures/crosscorrnormgetbuffersize-1.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/image-statistics-functions/image-proximity-measures/crosscorrnormgetbuffersize-1.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Link to the CrossCorrNorm documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/image-statistics-functions/image-proximity-measures/crosscorrnorm-1.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/image-statistics-functions/image-proximity-measures/crosscorrnorm-1.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 12:03:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1378805#M27989</guid>
      <dc:creator>b_k_</dc:creator>
      <dc:date>2022-04-21T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: ippiCrossCorrNormGetBufferSize parameters</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1379039#M27991</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for reaching us. You are right, t&lt;SPAN&gt;he extra parameter (&lt;/SPAN&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;ipp32f) should be moved in the sample code. We will update the sample code in documentation&lt;/SPAN&gt;&lt;/EM&gt;&lt;EM class="sub_section_element_selectors" style="font-family: inherit;"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Have a nice day!&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Regards,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Ruqiu&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 09:47:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1379039#M27991</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2022-04-22T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: ippiCrossCorrNormGetBufferSize parameters</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1379048#M27992</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;
&lt;P&gt;So if I understand correctly the call to &lt;EM&gt;ippiCrossCorrNormGetBufferSize&lt;/EM&gt; should be&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;status = ippiCrossCorrNormGetBufferSize(srcRoiSize, tplRoiSize, funCfg, &amp;amp;bufSize);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regardless of the data type of source and tmplate images?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 10:37:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1379048#M27992</guid>
      <dc:creator>b_k_</dc:creator>
      <dc:date>2022-04-22T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: ippiCrossCorrNormGetBufferSize parameters</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1379318#M27996</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;regardless of the data type of source and tmplate images?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, the API calculates buffer size depends on&amp;nbsp;srcRoiSize and tplRoiSize.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ruqiu&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 02:17:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1379318#M27996</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2022-04-24T02:17:18Z</dc:date>
    </item>
    <item>
      <title>Re:ippiCrossCorrNormGetBufferSize parameters</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1381975#M27998</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Thank you again for posting your concern in the forum. We will fix it in the future release document. We are closing and will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2022 07:59:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrNormGetBufferSize-parameters/m-p/1381975#M27998</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2022-05-05T07:59:03Z</dc:date>
    </item>
  </channel>
</rss>

