opencv/modules/core
Vladimir Dudnik 6309b2d08d added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)

Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
2010-12-31 16:45:18 +00:00
..
include/opencv2/core fixed some build problems 2010-12-28 21:15:58 +00:00
src added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. 2010-12-31 16:45:18 +00:00
test moved gtest to modules; added some gtest-based tests 2010-12-28 16:24:23 +00:00
CMakeLists.txt opencv_zlib renamed back to zlib; make static libs work on Windows 2010-12-05 01:19:36 +00:00