added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake confi...
authorVladimir Dudnik <no@email>
Fri, 31 Dec 2010 16:45:56 +0000 (16:45 +0000)
committerVladimir Dudnik <no@email>
Fri, 31 Dec 2010 16:45:56 +0000 (16:45 +0000)
commit767af0f2a7cc5f4aa6206855807f0c38e5dc27a7
treedc7223fd2ac9d0a6dd136fa240495c0230aac076
parent6309b2d08d89e998f196f4bac5168ebbda736b30
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.
OpenCVFindIPP.cmake [new file with mode: 0644]