how install ipp on the opencv
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
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():
There is another flags BUILD_WITh_DYNAMIC_IPP. this one is false.