<?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 Hi Christian, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPM-WarpAffine-Center/m-p/1016478#M23461</link>
    <description>&lt;P&gt;Hi Christian,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;I'm not sure if&amp;nbsp;IPP provides&amp;nbsp;such a function that supports warping in respect to the center of the image, since it would have to distort axes and things can become confusing.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Did you happen to find the reference manual of affine warping part? here's the link : &lt;A href="https://software.intel.com/en-us/node/529049"&gt;https://software.intel.com/en-us/node/529049&lt;/A&gt;&amp;nbsp;You can find examples on that page also.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;You can always find your offline reference at "C:\Program Files (x86)\Intel\System Studio 2015 for Windows.x.xxx\documentation\en_US\ipp\ipp_manual\index.htm" as default.&amp;nbsp;&amp;nbsp;Search for " Warp &lt;SPAN style="color: rgb(34, 34, 34); background-color: rgb(255, 255, 0);"&gt;Affine&lt;/SPAN&gt; Functions " then you will easily find the same information.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Thank you :)&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2015 00:59:00 GMT</pubDate>
    <dc:creator>Jonghak_K_Intel</dc:creator>
    <dc:date>2015-02-24T00:59:00Z</dc:date>
    <item>
      <title>IPPM WarpAffine Center</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPM-WarpAffine-Center/m-p/1016477#M23460</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;

&lt;P&gt;i want to perform an affine warp of my image. Is there a function which supports warping in respect to the center of the image (and not to the top-left origin of the ROI)? I tried the&amp;nbsp;ippiWarpAffineLinear_32f_C1R for my case but without success.&lt;/P&gt;

&lt;P&gt;Any idea? An example would be great :)!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 16:09:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPM-WarpAffine-Center/m-p/1016477#M23460</guid>
      <dc:creator>CRoec1</dc:creator>
      <dc:date>2015-02-20T16:09:40Z</dc:date>
    </item>
    <item>
      <title>Hi Christian,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPM-WarpAffine-Center/m-p/1016478#M23461</link>
      <description>&lt;P&gt;Hi Christian,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;I'm not sure if&amp;nbsp;IPP provides&amp;nbsp;such a function that supports warping in respect to the center of the image, since it would have to distort axes and things can become confusing.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Did you happen to find the reference manual of affine warping part? here's the link : &lt;A href="https://software.intel.com/en-us/node/529049"&gt;https://software.intel.com/en-us/node/529049&lt;/A&gt;&amp;nbsp;You can find examples on that page also.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;You can always find your offline reference at "C:\Program Files (x86)\Intel\System Studio 2015 for Windows.x.xxx\documentation\en_US\ipp\ipp_manual\index.htm" as default.&amp;nbsp;&amp;nbsp;Search for " Warp &lt;SPAN style="color: rgb(34, 34, 34); background-color: rgb(255, 255, 0);"&gt;Affine&lt;/SPAN&gt; Functions " then you will easily find the same information.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Thank you :)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 00:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPM-WarpAffine-Center/m-p/1016478#M23461</guid>
      <dc:creator>Jonghak_K_Intel</dc:creator>
      <dc:date>2015-02-24T00:59:00Z</dc:date>
    </item>
    <item>
      <title>Hi Christian,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPM-WarpAffine-Center/m-p/1016479#M23462</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Hi Christian,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;As far as I understood the problem to perform &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;warping in respect to the center of the source image we need to shift the point (0,0) to the source image center point (x&lt;SUB&gt;c&lt;/SUB&gt;, y&lt;SUB&gt;c&lt;/SUB&gt;) = (half width of&amp;nbsp;the source image, half height of the source image) . So we need to recompute the affine transform coefficients by the following way:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;c&lt;SUB&gt;02&lt;/SUB&gt;&amp;nbsp;=&amp;nbsp;c&lt;/SPAN&gt;&lt;SUB style="line-height: 18px;"&gt;02&lt;/SUB&gt;&amp;nbsp;- c&lt;SUB&gt;00&lt;/SUB&gt; * x&lt;SUB&gt;c&lt;/SUB&gt; - c&lt;SUB&gt;01&lt;/SUB&gt; *&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;y&lt;/SPAN&gt;&lt;SUB style="line-height: 18px;"&gt;c&lt;/SUB&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;c&lt;SUB&gt;12&lt;/SUB&gt;&amp;nbsp;=&amp;nbsp;c&lt;/SPAN&gt;&lt;SUB style="line-height: 18px;"&gt;12&lt;/SUB&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;- c&lt;/SPAN&gt;&lt;SUB&gt;10&lt;/SUB&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;* x&lt;/SPAN&gt;&lt;SUB&gt;c&lt;/SUB&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;- c&lt;/SPAN&gt;&lt;SUB&gt;11&lt;/SUB&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;*&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;y&lt;/SPAN&gt;&lt;SUB style="line-height: 18px;"&gt;c&lt;/SUB&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;After that the function&amp;nbsp;ippiWarpAffineLinear_32f_C1R can be used for affine warping.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Valentin&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 13:10:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPM-WarpAffine-Center/m-p/1016479#M23462</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2015-02-26T13:10:48Z</dc:date>
    </item>
  </channel>
</rss>

