<?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: ippiSet_32f_C3R, how to set Roisize? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiSet-32f-C3R-how-to-set-Roisize/m-p/990819#M22285</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ROI for the whole image with sizes width and height is IppiSize roi = {width, height}.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;BTW, I highly recommend you to read IPP Manual, Volume2: Image and Video Processing, Chapter 2 - Intel Integrated Perfromance Primitives Concept, article Major Operating Models, Regions of Interest in Intel IPP. There is also example of code included into manual, so you are welcome to read this material:)&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;&lt;FONT face="Arial-BoldMT" color="#0033ff"&gt;
&lt;P align="left"&gt;Regions of Interest in Intel IPP&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT face="TimesNewRomanPSMT" size="3"&gt;
&lt;P align="left"&gt;Most Intel IPP image processing functions can operate not only on entire images but also on image areas. Images region of interest (ROI) is a rectangular area which may be either some part of the image or the whole image. ...&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
    <pubDate>Wed, 18 May 2005 01:26:34 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-05-18T01:26:34Z</dc:date>
    <item>
      <title>ippiSet_32f_C3R, how to set Roisize?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiSet-32f-C3R-how-to-set-Roisize/m-p/990818#M22284</link>
      <description>&lt;DIV&gt;&lt;FONT size="2"&gt;
&lt;P&gt;Hi, I have a problem with ippiSet_32f_C3R, How I know roiSize of whole image? Itshould beIppiSizeyRoiSize = [yDataStep*width, yDataStep*height] right? I try to IppiSize yRoiSize = {2,2}; the output is : &lt;/P&gt;
&lt;P&gt;0 0 0 0 0 0 x x x .... 31&lt;/P&gt;
&lt;P&gt;0 0 0 0 0 0 x x x .... 63&lt;/P&gt;
&lt;P&gt;when yStep is 32.and when I set to big image the step is 64.&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;int&lt;/FONT&gt;&lt;FONT size="2"&gt; yStep;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Ipp32f* yData = ippiMalloc_32f_C3( 2, 2, &amp;amp;yStep );&lt;/P&gt;
&lt;P&gt;IppiSize yRoiSize = { 2,2};&lt;/P&gt;
&lt;P&gt;Ipp32f pSetC3R0[3] = { 0, 0, 0};&lt;/P&gt;
&lt;P&gt;ippiSet_32f_C3R( pSetC3R0, yData, yStep, yRoiSize );&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 May 2005 10:47:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiSet-32f-C3R-how-to-set-Roisize/m-p/990818#M22284</guid>
      <dc:creator>syingyos</dc:creator>
      <dc:date>2005-05-15T10:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: ippiSet_32f_C3R, how to set Roisize?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiSet-32f-C3R-how-to-set-Roisize/m-p/990819#M22285</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ROI for the whole image with sizes width and height is IppiSize roi = {width, height}.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;BTW, I highly recommend you to read IPP Manual, Volume2: Image and Video Processing, Chapter 2 - Intel Integrated Perfromance Primitives Concept, article Major Operating Models, Regions of Interest in Intel IPP. There is also example of code included into manual, so you are welcome to read this material:)&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;&lt;FONT face="Arial-BoldMT" color="#0033ff"&gt;
&lt;P align="left"&gt;Regions of Interest in Intel IPP&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT face="TimesNewRomanPSMT" size="3"&gt;
&lt;P align="left"&gt;Most Intel IPP image processing functions can operate not only on entire images but also on image areas. Images region of interest (ROI) is a rectangular area which may be either some part of the image or the whole image. ...&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 May 2005 01:26:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiSet-32f-C3R-how-to-set-Roisize/m-p/990819#M22285</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-18T01:26:34Z</dc:date>
    </item>
  </channel>
</rss>

