how install ipp on the opencv

asked 2015-07-11 11:47:07 -0600

msucv gravatar image

i installed the ipp module on the windows. also when build opencv check for install the ipp. and the CMack pass ipp installed even show the ipp version . but when use the code "cvGetModuleInfo(0, &opencv,&modules);" only show opencv version and the modules is empty.

does the ipp have special "dll"? where does the ipp install on opencv directory? "Except windows directory" ? does the ipp have the directory on the include folder "#include "opencv2/...." ? MANY THANKS

edit retag flag offensive close merge delete

Comments

For opencv 3.0 and cmake 3.3.0rc1 I shouldn't care about IPP. I have checked that with_IPP is true and that's all. At the end I have got using cv::getBuildInformation():

Other third-party libraries:

Use IPP:                     8.2.1 [8.2.1]

     at:                     F:/lib/opencv/3rdparty/ippicv/unpack/ippicv_win

There is another flags BUILD_WITh_DYNAMIC_IPP. this one is false.

LBerger gravatar imageLBerger ( 2015-07-11 12:31:17 -0600 )edit