Trouble with ippicv_windows20141027.zip for 2.4.10

asked 2014-11-12 18:52:53 -0600

updated 2014-11-14 19:25:39 -0600

I am unable to compile 2.4.10.1 with ippicv_windows20141027.zip for VS2012 x64. The errors occur when building the solution, not when configuring or generating the solution with cmake. Things like not found/undefined.

error C2065: 'ippiNorm_Inf_16u_C1MR' : undeclared identifier C:\OpenCV\opencv2.4.10.1\modules\core\src\stat.cpp 1630 1 opencv_core

10>LINK : fatal error LNK1181: cannot open input file 'ippvmmt.lib'

How should I alter the OpenCVFindIpp.cmake? Should I be able to get that .zip work for 2.4.9+ or is it intended for 3.0?

edit retag flag offensive close merge delete

Comments

After reading the 3.0 beta release news, it seems like the subset of IPP included in the freely available .zip is intended for 3.0. The actual ($) IPP from Intel is what is expected by ticking WITH_IPP in cmake for 2.4.X

Der Luftmensch gravatar imageDer Luftmensch ( 2014-11-14 22:39:32 -0600 )edit