<?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: Copying Pixels in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Copying-Pixels/m-p/872220#M9045</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/448937"&gt;reportbase&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Lets say I have an ROI with a height of 100 pixels. I want to copy all the pixels from the first row and&lt;BR /&gt;paste them onto the next 99 rows. Of course, I know that I can loop through the rows&lt;BR /&gt;and do it. &lt;BR /&gt;&lt;BR /&gt;My question, is there a fast optimized way to do this in IPP, where the algorithm just pastes the same set of pixels&lt;BR /&gt;onto the entire ROI.&lt;BR /&gt;&lt;BR /&gt;(This is uesful if you want to expand an image at a given x-y coordinate.)&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello &lt;BR /&gt;&lt;BR /&gt;may you try the function &lt;BR /&gt;&lt;BR /&gt;IppStatus ippiCopyReplicateBorder_c8u_C1IR(const Ipp&lt;DATATYPE&gt;* pSrc, int srcDstStep, IppiSize srcRoiSize, IppiSize dstRoiSize, int topBorderHeight,int leftBorderWidth);&lt;BR /&gt;see if it can meet your request? &lt;BR /&gt;&lt;BR /&gt;(the functionis supposedbe able tocopy&lt;BR /&gt;&lt;BR /&gt;1 2 3 4 5&lt;BR /&gt;0 0 0 0 0&lt;BR /&gt;0 0 0 0 0 &lt;BR /&gt;0 0 0 0 0 &lt;BR /&gt;to &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;&lt;/DATATYPE&gt;</description>
    <pubDate>Wed, 02 Dec 2009 09:12:20 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2009-12-02T09:12:20Z</dc:date>
    <item>
      <title>Copying Pixels</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Copying-Pixels/m-p/872219#M9044</link>
      <description>Lets say I have an ROI with a height of 100 pixels. I want to copy all the pixels from the first row and&lt;BR /&gt;paste them onto the next 99 rows. Of course, I know that I can loop through the rows&lt;BR /&gt;and do it. &lt;BR /&gt;&lt;BR /&gt;My question, is there a fast optimized way to do this in IPP, where the algorithm just pastes the same set of pixels&lt;BR /&gt;onto the entire ROI.&lt;BR /&gt;&lt;BR /&gt;(This is uesful if you want to expand an image at a given x-y coordinate.)</description>
      <pubDate>Tue, 01 Dec 2009 22:35:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Copying-Pixels/m-p/872219#M9044</guid>
      <dc:creator>reportbase</dc:creator>
      <dc:date>2009-12-01T22:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Pixels</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Copying-Pixels/m-p/872220#M9045</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/448937"&gt;reportbase&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Lets say I have an ROI with a height of 100 pixels. I want to copy all the pixels from the first row and&lt;BR /&gt;paste them onto the next 99 rows. Of course, I know that I can loop through the rows&lt;BR /&gt;and do it. &lt;BR /&gt;&lt;BR /&gt;My question, is there a fast optimized way to do this in IPP, where the algorithm just pastes the same set of pixels&lt;BR /&gt;onto the entire ROI.&lt;BR /&gt;&lt;BR /&gt;(This is uesful if you want to expand an image at a given x-y coordinate.)&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello &lt;BR /&gt;&lt;BR /&gt;may you try the function &lt;BR /&gt;&lt;BR /&gt;IppStatus ippiCopyReplicateBorder_c8u_C1IR(const Ipp&lt;DATATYPE&gt;* pSrc, int srcDstStep, IppiSize srcRoiSize, IppiSize dstRoiSize, int topBorderHeight,int leftBorderWidth);&lt;BR /&gt;see if it can meet your request? &lt;BR /&gt;&lt;BR /&gt;(the functionis supposedbe able tocopy&lt;BR /&gt;&lt;BR /&gt;1 2 3 4 5&lt;BR /&gt;0 0 0 0 0&lt;BR /&gt;0 0 0 0 0 &lt;BR /&gt;0 0 0 0 0 &lt;BR /&gt;to &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;&lt;/DATATYPE&gt;</description>
      <pubDate>Wed, 02 Dec 2009 09:12:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Copying-Pixels/m-p/872220#M9045</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-12-02T09:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Pixels</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Copying-Pixels/m-p/872221#M9046</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt;Ying H (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello &lt;BR /&gt;&lt;BR /&gt;may you try the function &lt;BR /&gt;&lt;BR /&gt;IppStatus ippiCopyReplicateBorder_c8u_C1IR(const Ipp&lt;DATATYPE&gt;* pSrc, int srcDstStep, IppiSize srcRoiSize, IppiSize dstRoiSize, int topBorderHeight,int leftBorderWidth);&lt;BR /&gt;see if it can meet your request? &lt;BR /&gt;&lt;BR /&gt;(the functionis supposedbe able tocopy&lt;BR /&gt;&lt;BR /&gt;1 2 3 4 5&lt;BR /&gt;0 0 0 0 0&lt;BR /&gt;0 0 0 0 0 &lt;BR /&gt;0 0 0 0 0 &lt;BR /&gt;to &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5 &lt;BR /&gt;1 2 3 4 5)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;&lt;/DATATYPE&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank You. That did the trick. &lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2009 08:27:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Copying-Pixels/m-p/872221#M9046</guid>
      <dc:creator>reportbase</dc:creator>
      <dc:date>2009-12-03T08:27:25Z</dc:date>
    </item>
  </channel>
</rss>

