<?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: IPPs or MKL for Automatic Target Recognition in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858275#M7448</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Yes. The term "Automatic Target Recognition" refers to pattern matching and object detection in moving scenes. This link is helpful. Thanks.&lt;BR /&gt;Hari&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt;Ying H (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi Hari, &lt;BR /&gt;&lt;BR /&gt;Or you mean the conceptionlike Pattern Recognition in Computer Vision field? IPP provide some general low-level functions, like edge detect, filter, face recognition in ippi and ippcvdomain. You may look the function in ipp manual, ippiman.pdf&lt;BR /&gt;and try the fact detect sample fromIPPUIC sample in &lt;BR /&gt;&lt;A title="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/" href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MKL is mathkernal library, which provideLinearalgebrafunctions.User may use the matrix or image functions in IPP or MKL toimplement a Automatic TargetRecognition applicationaccording to theiralgorithm. &lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Ying&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Dec 2009 20:55:43 GMT</pubDate>
    <dc:creator>Hari_T_Intel</dc:creator>
    <dc:date>2009-12-18T20:55:43Z</dc:date>
    <item>
      <title>IPPs or MKL for Automatic Target Recognition</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858272#M7445</link>
      <description>Do current IPP libraries have any features to support Automatic Target Recognition? Have there been an reference developments either within the scope of IPP or AVX extensions to address this problem?&lt;BR /&gt;&lt;BR /&gt;Thank you, &lt;BR /&gt;Hari Tadepalli&lt;BR /&gt;IAG/ ECG/ Chandler</description>
      <pubDate>Thu, 17 Dec 2009 17:37:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858272#M7445</guid>
      <dc:creator>Hari_T_Intel</dc:creator>
      <dc:date>2009-12-17T17:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: IPPs or MKL for Automatic Target Recognition</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858273#M7446</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Hari,&lt;BR /&gt;&lt;BR /&gt;What do you mean under term automatic target recognition? If it is choosing the best optimized code for target platform then answer is yes, IPP do automatically detect processor features at run time and switch the best optimized code. That is what we call cpu dispatching. If you link with IPP DLLs dispatching happens just automatically. If you link with IPP static libraries you need to call ippStaticInit function at the beginning of your application, this will call IPP internal dispatching mechanism. Note, for IPP static libraries you also can change dispatched code for some specific processor with ippStaticInitCpu call where ippCpuType parameter tells which version of code to use.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Thu, 17 Dec 2009 17:54:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858273#M7446</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-12-17T17:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: IPPs or MKL for Automatic Target Recognition</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858274#M7447</link>
      <description>&lt;BR /&gt;Hi Hari, &lt;BR /&gt;&lt;BR /&gt;Or you mean the conceptionlike Pattern Recognition in Computer Vision field? IPP provide some general low-level functions, like edge detect, filter, face recognition in ippi and ippcvdomain. You may look the function in ipp manual, ippiman.pdf&lt;BR /&gt;and try the fact detect sample fromIPPUIC sample in &lt;BR /&gt;&lt;A title="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/" href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MKL is mathkernal library, which provideLinearalgebrafunctions.User may use the matrix or image functions in IPP or MKL toimplement a Automatic TargetRecognition applicationaccording to theiralgorithm. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Fri, 18 Dec 2009 03:26:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858274#M7447</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-12-18T03:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: IPPs or MKL for Automatic Target Recognition</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858275#M7448</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Yes. The term "Automatic Target Recognition" refers to pattern matching and object detection in moving scenes. This link is helpful. Thanks.&lt;BR /&gt;Hari&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt;Ying H (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi Hari, &lt;BR /&gt;&lt;BR /&gt;Or you mean the conceptionlike Pattern Recognition in Computer Vision field? IPP provide some general low-level functions, like edge detect, filter, face recognition in ippi and ippcvdomain. You may look the function in ipp manual, ippiman.pdf&lt;BR /&gt;and try the fact detect sample fromIPPUIC sample in &lt;BR /&gt;&lt;A title="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/" href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MKL is mathkernal library, which provideLinearalgebrafunctions.User may use the matrix or image functions in IPP or MKL toimplement a Automatic TargetRecognition applicationaccording to theiralgorithm. &lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Ying&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 20:55:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858275#M7448</guid>
      <dc:creator>Hari_T_Intel</dc:creator>
      <dc:date>2009-12-18T20:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: IPPs or MKL for Automatic Target Recognition</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858276#M7449</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Hari,&lt;BR /&gt;&lt;BR /&gt;With IPP we provide some set of primitives which might be used in complex algorithms like object recognition. Please check IPP Computer Vision functionality, where you may find functions specific for face detection algorithms for example.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Wed, 30 Dec 2009 07:45:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPPs-or-MKL-for-Automatic-Target-Recognition/m-p/858276#M7449</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-12-30T07:45:44Z</dc:date>
    </item>
  </channel>
</rss>

