<?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 Error code ippStsCoeffErr with ippiWarpPerspective  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-code-ippStsCoeffErr-with-ippiWarpPerspective/m-p/816947#M4382</link>
    <description>I am trying to use ippiWarpPerspective and get error code -56 (ippStsCoeffErr) when I pass in non-identity transforms. I found some old threads about this issue but no solutions:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://origin-software.intel.com/en-us/forums/showthread.php?t=63339" target="_blank"&gt;http://origin-software.intel.com/en-us/forums/showthread.php?t=63339&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=54250&amp;amp;o=a&amp;amp;s=lr&amp;amp;wapkw=%28Architecture+Software+Developer%29" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=54250&amp;amp;o=a&amp;amp;s=lr&amp;amp;wapkw=%28Architecture+Software+Developer%29&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a sample coefficient set that I am passing in to the function as reported by visual studio:&lt;BR /&gt;&lt;BR /&gt;[0][0]  0.99999426951673498 &lt;BR /&gt;[0][1] -3.0119434616414690e-006 &lt;BR /&gt;[0][2] 1.9780879024589358e-008 &lt;BR /&gt;[1][0]  0.00023626541131144098 &lt;BR /&gt;[1][1]  0.99993458569317439 &lt;BR /&gt;[1][2]  1.2301679847236111e-007 &lt;BR /&gt;[2][0]  -0.040422124313244316 &lt;BR /&gt;[2][1]  0.0062414088928023541&lt;BR /&gt;[2][2] 1.0&lt;BR /&gt;&lt;BR /&gt;I am pretty sure all the other function inputs are correct since they work with the identity transform. Are there any unstated reqirements of this function that my coefficients violate?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 25 May 2011 18:02:58 GMT</pubDate>
    <dc:creator>Scott_Mcmichael</dc:creator>
    <dc:date>2011-05-25T18:02:58Z</dc:date>
    <item>
      <title>Error code ippStsCoeffErr with ippiWarpPerspective</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-code-ippStsCoeffErr-with-ippiWarpPerspective/m-p/816947#M4382</link>
      <description>I am trying to use ippiWarpPerspective and get error code -56 (ippStsCoeffErr) when I pass in non-identity transforms. I found some old threads about this issue but no solutions:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://origin-software.intel.com/en-us/forums/showthread.php?t=63339" target="_blank"&gt;http://origin-software.intel.com/en-us/forums/showthread.php?t=63339&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=54250&amp;amp;o=a&amp;amp;s=lr&amp;amp;wapkw=%28Architecture+Software+Developer%29" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=54250&amp;amp;o=a&amp;amp;s=lr&amp;amp;wapkw=%28Architecture+Software+Developer%29&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a sample coefficient set that I am passing in to the function as reported by visual studio:&lt;BR /&gt;&lt;BR /&gt;[0][0]  0.99999426951673498 &lt;BR /&gt;[0][1] -3.0119434616414690e-006 &lt;BR /&gt;[0][2] 1.9780879024589358e-008 &lt;BR /&gt;[1][0]  0.00023626541131144098 &lt;BR /&gt;[1][1]  0.99993458569317439 &lt;BR /&gt;[1][2]  1.2301679847236111e-007 &lt;BR /&gt;[2][0]  -0.040422124313244316 &lt;BR /&gt;[2][1]  0.0062414088928023541&lt;BR /&gt;[2][2] 1.0&lt;BR /&gt;&lt;BR /&gt;I am pretty sure all the other function inputs are correct since they work with the identity transform. Are there any unstated reqirements of this function that my coefficients violate?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2011 18:02:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-code-ippStsCoeffErr-with-ippiWarpPerspective/m-p/816947#M4382</guid>
      <dc:creator>Scott_Mcmichael</dc:creator>
      <dc:date>2011-05-25T18:02:58Z</dc:date>
    </item>
    <item>
      <title>Error code ippStsCoeffErr with ippiWarpPerspective</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-code-ippStsCoeffErr-with-ippiWarpPerspective/m-p/816948#M4383</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We noticed one related problem reported before. The problem happens because the following check error: &lt;/P&gt;&lt;P&gt;Before transform we need to check the quad polygon convexity and orientation.&lt;BR /&gt;double area0 = (quad[3][0] - quad[2][0]) * (quad[0][1] - quad[3][1])  (quad[0][0] - quad[3][0]) * (quad[3][1] - quad[2][1]);&lt;BR /&gt;double area1 = (quad[0][0] - quad[3][0]) * (quad[1][1] - quad[0][1])  (quad[1][0] - quad[0][0]) * (quad[0][1] - quad[3][1]);&lt;BR /&gt;double area2 = (quad[1][0] - quad[0][0]) * (quad[2][1] - quad[1][1])  (quad[2][0] - quad[1][0]) * (quad[1][1] - quad[0][1]);&lt;BR /&gt;double area3 = (quad[2][0] - quad[1][0]) * (quad[3][1] - quad[2][1])  (quad[3][0] - quad[2][0]) * (quad[2][1] - quad[1][1]);&lt;/P&gt;&lt;P&gt;If area0, area1, area2, area3 have different signs that means the specified rectangle is non-convex. Is this problem for your case? &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2011 09:49:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-code-ippStsCoeffErr-with-ippiWarpPerspective/m-p/816948#M4383</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-05-27T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Error code ippStsCoeffErr with ippiWarpPerspective</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-code-ippStsCoeffErr-with-ippiWarpPerspective/m-p/816949#M4384</link>
      <description>&lt;BR /&gt;I don't think it would affect us if the rectangle is non-convex. We are just trying to compute an approximate transform between two successive images from a video camera.&lt;BR /&gt;&lt;BR /&gt;I guess the way to work around this would be to compute all of the pixel locations manually and then pass them to the IPP remap function but I imagine that will be much slower than the single function call would be. &lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Wed, 01 Jun 2011 16:33:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-code-ippStsCoeffErr-with-ippiWarpPerspective/m-p/816949#M4384</guid>
      <dc:creator>Scott_Mcmichael</dc:creator>
      <dc:date>2011-06-01T16:33:20Z</dc:date>
    </item>
  </channel>
</rss>

