Andrey Kamaev
b16fb5d518
Fixed Android build.
14 years ago
Vadim Pisarevsky
7702fa4d61
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
14 years ago
Vadim Pisarevsky
0876f69dbf
added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut)
14 years ago
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
14 years ago
Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
14 years ago
Andrey Kamaev
23a369b27e
Fixed Android build
14 years ago
Xavier Delacour
5e4ca22737
small updates to bundle adjustment implementation
14 years ago
Anatoly Baksheev
1c18e5fef9
fixed ~300 warnings under windows (had to hack gtest a bit)
14 years ago
Vadim Pisarevsky
de913bd63f
added missing "#include <functional>"
14 years ago
Marius Muja
7d42dbdd71
Removing 'using namespace std' from header files, closes bugs #730 and #846
14 years ago
Anatoly Baksheev
6b34532901
minor + warnings
14 years ago
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
14 years ago
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
Vladimir Dudnik
5cb81c0a14
test svn access
14 years ago
Anatoly Baksheev
998fab0ef5
warningx fixed under vs2008
14 years ago
Alexander Shishkov
4113d5da43
fixed compilation errors on Windows
14 years ago
Vadim Pisarevsky
5461b9943c
added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri)
14 years ago
Vadim Pisarevsky
15f56c8aa1
fixed member initialization in the sparse bundle adjustment code (ticket #385 )
14 years ago
Vadim Pisarevsky
d8ace43753
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
14 years ago
Vadim Pisarevsky
948d96645c
change at<double> => at<float>, since the histogram is cv_32f, not cv_64f
14 years ago
Vadim Pisarevsky
75cf8c1b47
a few more warnings fixed
15 years ago
Vadim Pisarevsky
f78a3b4cc1
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
Vadim Pisarevsky
7ec4b59fac
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
15 years ago
Vadim Pisarevsky
b481f12de8
fixed computation of feature vectors in self-similarity descriptor (max->min)
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago