<?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 Hi Igor, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103903#M25225</link>
    <description>&lt;P&gt;Hi Igor,&lt;/P&gt;

&lt;P&gt;Thank you for the clarification. I was thinking of using Resize just needed to know what are the limitations.&lt;BR /&gt;
	I made a simple test calling CrossCorrNormGetBufferSize in various cases. It starts to give errors when the template size is little over FFFFFF.&lt;/P&gt;

&lt;P&gt;Regards, Nikolai&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2017 10:54:06 GMT</pubDate>
    <dc:creator>Nikolai_T_</dc:creator>
    <dc:date>2017-05-12T10:54:06Z</dc:date>
    <item>
      <title>Limitations to the image sizes for CrossCorrNormGetBufferSize</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103899#M25221</link>
      <description>&lt;P&gt;What are the maximum sizes for the template and src for the CrossCorrNormGetBufferSize ?&lt;/P&gt;

&lt;P&gt;I have used this function for a long time with no problems but recently I tried with large images and got an ippStsExceededSizeErr.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	Nikolai&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 07:07:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103899#M25221</guid>
      <dc:creator>Nikolai_T_</dc:creator>
      <dc:date>2017-05-11T07:07:30Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103900#M25222</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;If you get this error that indicates you the width/ height of source/destination image&amp;nbsp;exceeded the maximum supported 0x1ffffff. Please note the normal IPP function uses 32bit integer, if you are solving problem with very large size of image, please try to use TL function (threading layer) for 64bit integer. To learn more info about TL function, please refer this link:&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/node/684663"&gt;https://software.intel.com/en-us/node/684663&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/684665"&gt;https://software.intel.com/en-us/node/684665&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 02:21:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103900#M25222</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-05-12T02:21:54Z</dc:date>
    </item>
    <item>
      <title>The width and height of both</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103901#M25223</link>
      <description>&lt;P&gt;The width and height of both the source and dest are below 0x1ffffff.&lt;BR /&gt;
	But the area width * height is above. So it seems that there is also a&lt;BR /&gt;
	limitation on the image size.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 07:31:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103901#M25223</guid>
      <dc:creator>Nikolai_T_</dc:creator>
      <dc:date>2017-05-12T07:31:38Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103902#M25224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;the size of CrossCorr buffer&amp;nbsp;to a greater extent is defined by the size of template extended to the nearest power of 2, because&amp;nbsp;function implementation is based on the convolution theorem and uses 2D FFT. Additionally we need memory for FFT context and buffer (for transposition) plus buffer for normalization denominator.&amp;nbsp;If integral size of all required buffers exceeds IPP_MAX_32S - the function returns ippStsExceededSizeErr. Fiona misprinted - IPP_MAX_32S = 0x7fffffff. &amp;nbsp;And Fiona is right - currently we are working on "_L" IPP extension that uses 64-bit&amp;nbsp;size parameters,&amp;nbsp;but to the moment CrossCorr has not been ported to this layer yet (everything will be ported in future versions). "_TL" is threaded extension for "_L" layer. There are many possible workarounds for your issue:&amp;nbsp;to use Resize, Pyramids, some other similarity metrics, etc.&lt;/P&gt;

&lt;P&gt;Regards, Igor.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 09:29:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103902#M25224</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2017-05-12T09:29:56Z</dc:date>
    </item>
    <item>
      <title>Hi Igor,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103903#M25225</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;

&lt;P&gt;Thank you for the clarification. I was thinking of using Resize just needed to know what are the limitations.&lt;BR /&gt;
	I made a simple test calling CrossCorrNormGetBufferSize in various cases. It starts to give errors when the template size is little over FFFFFF.&lt;/P&gt;

&lt;P&gt;Regards, Nikolai&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 10:54:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Limitations-to-the-image-sizes-for-CrossCorrNormGetBufferSize/m-p/1103903#M25225</guid>
      <dc:creator>Nikolai_T_</dc:creator>
      <dc:date>2017-05-12T10:54:06Z</dc:date>
    </item>
  </channel>
</rss>

