<?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>tópico Re: ROI in ippiGetAffineBound and ippiWarpAffine na Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ROI-in-ippiGetAffineBound-and-ippiWarpAffine/m-p/928115#M16389</link>
    <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. Appreciate it.</description>
    <pubDate>Mon, 22 May 2006 10:01:25 GMT</pubDate>
    <dc:creator>quidam</dc:creator>
    <dc:date>2006-05-22T10:01:25Z</dc:date>
    <item>
      <title>ROI in ippiGetAffineBound and ippiWarpAffine</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ROI-in-ippiGetAffineBound-and-ippiWarpAffine/m-p/928113#M16387</link>
      <description>I run into an issue with ROI specification in the above functions. Here's an example to illustrate the problem:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IppiRect srcROI = { 0, 0, 400, 300 };&lt;BR /&gt;&lt;BR /&gt;coeff[0][0] = 0.55333333333333334;&lt;BR /&gt;&lt;BR /&gt;coeff[0][1] = 0.0;&lt;BR /&gt;&lt;BR /&gt;coeff[0][2] = 0.0;&lt;BR /&gt;&lt;BR /&gt;coeff[1][0] = 0.0;&lt;BR /&gt;&lt;BR /&gt;coeff[1][1] = 0.55333333333333334;&lt;BR /&gt;&lt;BR /&gt;coeff[1][2] = 0.0;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;double bound[2][2];&lt;BR /&gt;&lt;BR /&gt;ippiGetAffineBound(srcROI, bound, coeff);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Basically, the transformation scales the source by a factor of 0.55333333333333334 along both axis, hence bound should read:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bound[0][0] = 0.0;&lt;BR /&gt;&lt;BR /&gt;bound[0][1] = 0.0;&lt;BR /&gt;&lt;BR /&gt;bound[1][0] = 221.333333333333336;&lt;BR /&gt;&lt;BR /&gt;bound[1][1] = 166.000000000000002;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Instead, I got the following values:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bound[0][0] = 0.0;&lt;BR /&gt;&lt;BR /&gt;bound[0][1] = 0.0;&lt;BR /&gt;&lt;BR /&gt;bound[1][0] = 220.78000000000000;&lt;BR /&gt;&lt;BR /&gt;bound[1][1] = 165.44666666666666.;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Looks like the function is computing based on a source size of { 399, 299 } instead of { 400, 300 }. Is the ROI specification supposed to exclude the end pixels for both axis?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any answers.</description>
      <pubDate>Wed, 10 May 2006 17:48:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ROI-in-ippiGetAffineBound-and-ippiWarpAffine/m-p/928113#M16387</guid>
      <dc:creator>quidam</dc:creator>
      <dc:date>2006-05-10T17:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: ROI in ippiGetAffineBound and ippiWarpAffine</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ROI-in-ippiGetAffineBound-and-ippiWarpAffine/m-p/928114#M16388</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;there is answer from our expert:&lt;/P&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;The model of geometrical functions Rotate, Shear, WarpAffine, WarpBilinear, WarpPerspective is the next - the pixel is consider as point not a square socoordinates {0, 0, 399, 299} corresponds to ROI {0, 0, 400, 300}&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2006 05:37:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ROI-in-ippiGetAffineBound-and-ippiWarpAffine/m-p/928114#M16388</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-05-21T05:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: ROI in ippiGetAffineBound and ippiWarpAffine</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ROI-in-ippiGetAffineBound-and-ippiWarpAffine/m-p/928115#M16389</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. Appreciate it.</description>
      <pubDate>Mon, 22 May 2006 10:01:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ROI-in-ippiGetAffineBound-and-ippiWarpAffine/m-p/928115#M16389</guid>
      <dc:creator>quidam</dc:creator>
      <dc:date>2006-05-22T10:01:25Z</dc:date>
    </item>
  </channel>
</rss>

