<?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: Center of Gravity - Image Processing in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897021#M12313</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Trucki,&lt;BR /&gt;&lt;BR /&gt;DMIP is a parallel processing layer we built on top of IPP. It is available as IPP sample (separate download).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Fri, 06 Nov 2009 18:51:44 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2009-11-06T18:51:44Z</dc:date>
    <item>
      <title>Center of Gravity - Image Processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897017#M12309</link>
      <description>Hello there,&lt;BR /&gt;&lt;BR /&gt;I'm new with IPP and I'm looking for a simple way to calculate the center of gravity of an image.&lt;BR /&gt;At the moment I'm using:&lt;BR /&gt;&lt;BR /&gt;IppStatus ippiMoments64s_&lt;MOD&gt;(const Ipp8u* pSrc, int srcStep, IppiSize roiSize, IppiMomentState_64s* pState);&lt;BR /&gt;and&lt;BR /&gt;IppStatus ippiGetSpatialMoment_64s(const IppiMomentState_64s* pState, int mOrd, int nOrd, int nChannel, IppiPoint roiOffset, Ipp64s* pValue, int scaleFactor);&lt;BR /&gt;&lt;BR /&gt;as decriped in the ipp manual 11-47 p.774 to get the center of gravity in x and y.&lt;BR /&gt;&lt;BR /&gt;This costs me 144us on a Core2Duo 2,15Mhz and 850us on an Atom 1,6Ghz.&lt;BR /&gt;&lt;BR /&gt;Is there a faster way to calculate the center of gravity? My feeling is that a simple for-loop is already faster than calculation all the moments.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Trucki&lt;BR /&gt;&lt;/MOD&gt;</description>
      <pubDate>Sat, 31 Oct 2009 05:58:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897017#M12309</guid>
      <dc:creator>trucki</dc:creator>
      <dc:date>2009-10-31T05:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Center of Gravity - Image Processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897018#M12310</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Trucki, &lt;BR /&gt;&lt;BR /&gt;It seems yes, to calculte the center of gravity, the simple for-loop may faster than calculation all the moments.&lt;BR /&gt;oruse some ofipp function combinations, for exmaple, &lt;BR /&gt;M(0,0)=ippisum();&lt;BR /&gt;M(1,0)=ippiDotProd (pSrc, X Coordinate matrix)&lt;BR /&gt;M(0,1)=ippiDotProd (PSrc, y Coordinate matrix)&lt;BR /&gt;&lt;BR /&gt;Would you like submit this as a feature request, for example ippiGetCenterGravity()? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2009 05:14:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897018#M12310</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-11-03T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Center of Gravity - Image Processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897019#M12311</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
It looks like you might be interested to try DMIP (Defered Mode Image Processing) layer we built on top of IPP which help in creation processing pipeline consisting from several IPP calls.&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2009 17:19:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897019#M12311</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-11-03T17:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Center of Gravity - Image Processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897020#M12312</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks fr your answers.&lt;BR /&gt;&lt;BR /&gt;I'm going to test ippisum and ippidotprod.&lt;BR /&gt;I don't think, that I will need a COG-Funktion in the next ipp lib, because I have to find a solution now.&lt;BR /&gt;&lt;BR /&gt;What is DMIP? Do you have a link?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Trucki&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897020#M12312</guid>
      <dc:creator>trucki</dc:creator>
      <dc:date>2009-11-04T05:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Center of Gravity - Image Processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897021#M12313</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Trucki,&lt;BR /&gt;&lt;BR /&gt;DMIP is a parallel processing layer we built on top of IPP. It is available as IPP sample (separate download).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Fri, 06 Nov 2009 18:51:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897021#M12313</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-11-06T18:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Center of Gravity - Image Processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897022#M12314</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;Here are a few resource that may help: &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=67621" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=67621&lt;/A&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao</description>
      <pubDate>Wed, 11 Nov 2009 03:14:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Center-of-Gravity-Image-Processing/m-p/897022#M12314</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-11-11T03:14:54Z</dc:date>
    </item>
  </channel>
</rss>

