<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Thu, 24 May 2012 15:49:21 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Gaiger Chen</title>
      <description><![CDATA[ Hi

   Could I use IPP as static library, to build the OpenCV library as dynamic linking library by EASY way?

   it is, dll of OpenCV merge ipp functions as one, so using the dll of OpenCV do not need the ipp dll existing.

  thank you.

 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-51251</link>
      <pubDate>Tue, 02 Nov 2010 08:40:14 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-51251</guid>
    </item>
    <item>
      <title>By Ying H (Intel)</title>
      <description><![CDATA[ Hi 

The current OpenCV do use static IPP libraries by default, so you may follow above steps and get the wanted dlls of OpenCV, which are integrateing IPP function internally.   

Regards,
Ying ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-52110</link>
      <pubDate>Mon, 22 Nov 2010 22:13:36 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-52110</guid>
    </item>
    <item>
      <title>By Ying H (Intel)</title>
      <description><![CDATA[ Actually, instead of using static IPP libraries, using dynamic IPP libraries is a little complex. It may require modify the clauses in CmakeList file of OpenCV source code. 

For example, modify the library name like ipp*emerged.* ipp*merged.*(static library) to ipp* (dynamic library) in CMakeList.txt.  

Additionally, the current OpenCV only Support ipp v5.1 to ipp v6.1. For later version like ipp v7.0, there are more places need to modify
foreach(v "6.1" "6.0" "5.3" "5.2" "5.1")
if(IPP_FOUND AND USE_IPP)
    add_definitions(-DHAVE_IPP)
    include_directories("${IPP_PATH}/../include")
    link_directories("${IPP_PATH}/../lib")
    
    file(GLOB em64t_files "${IPP_PATH}/../lib/*em64t*")
    set(IPP_ARCH)
    if(em64t_files)
        set(IPP_ARCH "em64t")
    endif()
    
    set(A ${CMAKE_STATIC_LIBRARY_PREFIX})
    set(B ${IPP_ARCH}${CMAKE_STATIC_LIBRARY_SUFFIX})
    if(WIN32)
        set(L l)
    else()
        set(L)
    endif()
    set(IPP_LIBS ${A}ippsmerged${B} ${A}ippsemerged${B}
                 ${A}ippimerged${B} ${A}ippiemerged${B}
                 ${A}ippvmmerged${B} ${A}ippvmemerged${B}
                 ${A}ippccmerged${B} ${A}ippccemerged${B}
                 ${A}ippcvmerged${B} ${A}ippcvemerged${B}
                 ${A}ippcore${IPP_ARCH}${L}${CMAKE_STATIC_LIBRARY_SUFFIX})
endif()

Regards,
Ying ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-52111</link>
      <pubDate>Mon, 22 Nov 2010 22:19:46 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-52111</guid>
    </item>
    <item>
      <title>By Yao Jianjun</title>
      <description><![CDATA[ Hello!
 if I want to execute the opencv 2.3.1 with ipp, I  shoud be How to configure .
thinks ! ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-72409</link>
      <pubDate>Mon, 02 Apr 2012 20:34:20 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-72409</guid>
    </item>
    <item>
      <title>By Yao Jianjun</title>
      <description><![CDATA[ Hello!
if I want to execute the opencv 2.3.1 with ipp in ubuntu 11.04, I shoud be How to configure . 
thinks ! ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-72410</link>
      <pubDate>Mon, 02 Apr 2012 20:36:28 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-ipp-support-model-changed-in-opencv-2x/#comment-72410</guid>
    </item>
  </channel></rss>
