<?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 How to repeatedly add two images with different size? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767998#M461</link>
    <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Hi Ying,&lt;BR /&gt;&lt;BR /&gt;Quoting &lt;A jquery1346196949578="60" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=404199" href="https://community.intel.com/en-us/profile/404199/" class="basic"&gt;Ying H (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;...to add &lt;BR /&gt;3 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;8 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;9&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;BR /&gt;and &lt;BR /&gt;1 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;BR /&gt;3 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;if move pSrcDst to pSrcDst+3, then add &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 5 &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;9&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 10 &lt;BR /&gt;and &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 2 &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 4&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;It looks like there is a small&amp;nbsp;error in the description of the solution. It adds values {2,4}&amp;nbsp;to {4,9} and then again {1,3}&amp;nbsp;to {4,9}.&lt;BR /&gt;I underlined all these values.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2012 23:44:14 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-08-28T23:44:14Z</dc:date>
    <item>
      <title>How to repeatedly add two images with different size?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767995#M458</link>
      <description>Dear all,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am going to add one small image data to another big one, but I need to repeat copying the small one to fill out all the big image region. This is similar to copying one small matrix data repeatedly to one bigger matrix in a loop in c++, etc. Is there any good way to do this?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I was thinking about changing the starting point and region of interest each time while using "add" in ipp, which sounds also like a loop. But I failed.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Many thanks in advance.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Best regards,&lt;/DIV&gt;&lt;DIV&gt;Ederman&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Aug 2012 07:59:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767995#M458</guid>
      <dc:creator>ederman</dc:creator>
      <dc:date>2012-08-14T07:59:06Z</dc:date>
    </item>
    <item>
      <title>How to repeatedly add two images with different size?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767996#M459</link>
      <description>Is it possible to attach a snippet of the code that is failing?</description>
      <pubDate>Tue, 14 Aug 2012 17:17:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767996#M459</guid>
      <dc:creator>Chuck_De_Sylva</dc:creator>
      <dc:date>2012-08-14T17:17:44Z</dc:date>
    </item>
    <item>
      <title>How to repeatedly add two images with different size?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767997#M460</link>
      <description>Hi Ederman, &lt;BR /&gt;&lt;BR /&gt;It should be right that to chang the starting point and region of interest each time while using "add or Copy" in ipp&amp;nbsp;, to copy a small image to another big image.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For example, &lt;BR /&gt;big image&lt;BR /&gt;&lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;6 7 8 9 10 &lt;BR /&gt;11 12 13 14 15 &lt;BR /&gt;16 17 18 19 20&lt;BR /&gt;the&amp;nbsp;(0, 0)&amp;nbsp;point : pSrcDst&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;small image&lt;BR /&gt;1 2 &lt;BR /&gt;3 4 &lt;BR /&gt;the starting point: pSrc&lt;BR /&gt;roiSize = {2, 2};&lt;BR /&gt;&lt;BR /&gt;You may&amp;nbsp;change pSrcDst to pSrcDst to pSrcDst+2 to piont (0, 2) , use &lt;BR /&gt;&lt;P class="dlsyntaxpara"&gt;IppStatus ippiAdd_&lt;MOD&gt;(const Ipp&lt;DATATYPE&gt;* pSrc, int srcStep, Ipp&lt;DATATYPE&gt;* pSrcDst, int srcDstStep, IppiSize roiSize);&lt;BR /&gt;(please note : as the Regin of interest is unchanged in the case, you don't need change it)&lt;/DATATYPE&gt;&lt;/DATATYPE&gt;&lt;/MOD&gt;&lt;/P&gt;&lt;P&gt;to add &lt;BR /&gt;3 4&lt;BR /&gt;8 9 &lt;BR /&gt;and &lt;BR /&gt;1 2 &lt;BR /&gt;3 4&lt;BR /&gt;&lt;BR /&gt;if move pSrcDst to pSrcDst+3, then add &lt;BR /&gt;4 5 &lt;BR /&gt;9 10 &lt;BR /&gt;and &lt;BR /&gt;1 2 &lt;BR /&gt;3 4. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying &lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 01:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767997#M460</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-08-28T01:08:55Z</dc:date>
    </item>
    <item>
      <title>How to repeatedly add two images with different size?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767998#M461</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Hi Ying,&lt;BR /&gt;&lt;BR /&gt;Quoting &lt;A jquery1346196949578="60" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=404199" href="https://community.intel.com/en-us/profile/404199/" class="basic"&gt;Ying H (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;...to add &lt;BR /&gt;3 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;8 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;9&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;BR /&gt;and &lt;BR /&gt;1 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;BR /&gt;3 &lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;if move pSrcDst to pSrcDst+3, then add &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 5 &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;9&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 10 &lt;BR /&gt;and &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 2 &lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; 4&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;It looks like there is a small&amp;nbsp;error in the description of the solution. It adds values {2,4}&amp;nbsp;to {4,9} and then again {1,3}&amp;nbsp;to {4,9}.&lt;BR /&gt;I underlined all these values.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 23:44:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767998#M461</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-08-28T23:44:14Z</dc:date>
    </item>
    <item>
      <title>Quote:EDerman wrote:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767999#M462</link>
      <description>&lt;BLOCKQUOTE&gt;EDerman wrote:&lt;BR /&gt;&lt;P&gt;Dear all,

I am going to add one small image data to another big one, but I need to repeat copying the small one to fill out all the big image region. This is similar to copying one small matrix data repeatedly to one bigger matrix in a loop in c++, etc. Is there any good way to do this?&amp;nbsp;

I was thinking about changing the starting point and region of interest each time while using "add" in ipp, which sounds also like a loop. But I failed.&amp;nbsp;

Many thanks in advance.&amp;nbsp;

Best regards,
Ederman&amp;nbsp;
&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 21 Sep 2012 21:15:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/767999#M462</guid>
      <dc:creator />
      <dc:date>2012-09-21T21:15:47Z</dc:date>
    </item>
    <item>
      <title>Hi Ederman,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/768000#M463</link>
      <description>Hi Ederman,
&amp;gt;&amp;gt;...
&amp;gt;&amp;gt;... This is similar to copying one small matrix data repeatedly to one bigger matrix in a loop in c++, etc. Is there any good way to do this? I was thinking about changing the
&amp;gt;&amp;gt;starting point and region of interest each time while using "add" in ipp, which sounds also like a loop. But I failed...
&amp;gt;&amp;gt;...
That question was already asked: Could you upload your test-case? It is impossible to understand where your error is without seeing the test-case.
Best regards,
Sergey</description>
      <pubDate>Sat, 22 Sep 2012 16:12:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-repeatedly-add-two-images-with-different-size/m-p/768000#M463</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-09-22T16:12:37Z</dc:date>
    </item>
  </channel>
</rss>

