<?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 I use the IPP from Application Software Develop Suite for Atom. But there is no bin in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/I-use-the-IPP-from-Application-Software-Develop-Suite-for-Atom/m-p/781711#M1607</link>
    <description>In the directory /opt/intel/atom/Compiler/11.1/072/ipp, there is no folder of "bin". When I run cmake to call IPP to compile OpenCV2.1, what should I config about IPP_PATH? Or need further configure???</description>
    <pubDate>Mon, 12 Jul 2010 03:35:33 GMT</pubDate>
    <dc:creator>robbymanutd</dc:creator>
    <dc:date>2010-07-12T03:35:33Z</dc:date>
    <item>
      <title>I use the IPP from Application Software Develop Suite for Atom. But there is no bin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/I-use-the-IPP-from-Application-Software-Develop-Suite-for-Atom/m-p/781711#M1607</link>
      <description>In the directory /opt/intel/atom/Compiler/11.1/072/ipp, there is no folder of "bin". When I run cmake to call IPP to compile OpenCV2.1, what should I config about IPP_PATH? Or need further configure???</description>
      <pubDate>Mon, 12 Jul 2010 03:35:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/I-use-the-IPP-from-Application-Software-Develop-Suite-for-Atom/m-p/781711#M1607</guid>
      <dc:creator>robbymanutd</dc:creator>
      <dc:date>2010-07-12T03:35:33Z</dc:date>
    </item>
    <item>
      <title>I use the IPP from Application Software Develop Suite for Atom.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/I-use-the-IPP-from-Application-Software-Develop-Suite-for-Atom/m-p/781712#M1608</link>
      <description>&lt;P&gt;Hello Robby,&lt;BR /&gt;&lt;BR /&gt;I'm not that familiar with the OpenCV build process, but there are several articles and forum threads on the IPP forum that might be of value. Most of them are dealing with the Windows builds, but I suspect some of the information can be translated to your Linux platform.&lt;BR /&gt;&lt;BR /&gt;Please see the&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-open-source-computer-vision-library-opencv-faq/"&gt;Intel IPP - Open Source Computer Vision Library (OpenCV) FAQ&lt;/A&gt;, in particular the references from the following paragraph in that article might be of value: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The latest release OpenCV 2.0 and OpenCV 2.1 change the way to load IPP library. See the instructions at: &lt;A href="http://opencv.willowgarage.com/wiki/InstallGuide"&gt;http://opencv.willowgarage.com/wiki/InstallGuide&lt;/A&gt;and the thread discussion in&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=73742"&gt;Problems about IPP6.1 and Opencv2.0/2.1&lt;/A&gt;. &lt;BR /&gt;cvGetModuleInfo provides information about external DLLs if OpenCV load ones. It work in previous OpenCV versions for IPP because that time IPP was linked dynamically. Now it is linked statically in OpenCV2.0/2.1, so you can not get info through this function. &lt;BR /&gt;To check _cvipp.h file or search for HAVE_IPP macro through sources mayhelpyou tofind where IPP is used and where still be an opportunity to insert call for IPP.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Note also that, according to the various forum threads, the linkage model has changed from shared to static.&lt;BR /&gt;&lt;BR /&gt;These forum threads might be of interest:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=73742"&gt;Problems about IPP6.1 and Opencv2.0/2.1&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70517"&gt;IPP doesn't work with OpenCV 2.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Mon, 12 Jul 2010 17:26:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/I-use-the-IPP-from-Application-Software-Develop-Suite-for-Atom/m-p/781712#M1608</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-07-12T17:26:29Z</dc:date>
    </item>
    <item>
      <title>I use the IPP from Application Software Develop Suite for Atom.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/I-use-the-IPP-from-Application-Software-Develop-Suite-for-Atom/m-p/781713#M1609</link>
      <description>&lt;DIV id="_mcePaste"&gt;I think you should pass the correct path to the IPP shared libraries:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="color: #333333;"&gt;&lt;SPAN style="line-height: 15px;"&gt;smth like that:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;export IPPROOT=&lt;SPAN style="color: #333333; line-height: 15px;"&gt;/opt/intel/atom/Compiler/11.1/072/ipp/ia32&lt;/SPAN&gt;          &lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;export IPP_PATH=$IPPROOT/sharedlib:$IPP_PATH&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Jul 2010 09:32:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/I-use-the-IPP-from-Application-Software-Develop-Suite-for-Atom/m-p/781713#M1609</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-15T09:32:55Z</dc:date>
    </item>
  </channel>
</rss>

