You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
14 years ago
..
adaptiveskindetector.cpp
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
15 years ago
ba.cpp
fixed member initialization in the sparse bundle adjustment code (ticket #385 )
14 years ago
chamfermatching.cpp
warningx fixed under vs2008
14 years ago
fuzzymeanshifttracker.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago
octree.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago
precomp.cpp
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.
14 years ago
precomp.hpp
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
15 years ago
quadsubpix.cpp
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
14 years ago
selfsimilarity.cpp
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
15 years ago
spinimages.cpp
a few more warnings fixed
15 years ago