Anatoly Baksheev
415978b1c9
warnings
13 years ago
Alexandre Benoit
69b8f304d7
memory safety test added
13 years ago
Alexandre Benoit
c02b5f1d45
Updated retina access methods and OpenEXR image tone mapping demo cleaned
13 years ago
Andrey Pavlenko
8bf5c0e7ae
typo is fixed
13 years ago
Vadim Pisarevsky
714732e9bb
fixed some more hybrid tracker build problems on Windows
13 years ago
Vadim Pisarevsky
07746b54d6
fixed hybrid tracker build problems on Windows
13 years ago
Vadim Pisarevsky
ae83fe7645
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)
13 years ago
Alexandre Benoit
a288163d73
enhanced and more robust image input management
13 years ago
Alexandre Benoit
4408423c9f
waiting for optimisation at Retina::_convertCvMat2ValarrayBuffer
13 years ago
Alexandre Benoit
05c0cd72d0
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
13 years ago
Alexandre Benoit
66ee335ca9
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
13 years ago
Alexandre Benoit
752eed00f2
updated GUI photoreceptors sensitivity parameter management
13 years ago
Alexandre Benoit
b4d42ae6f1
optimised input image management
13 years ago
Alexandre Benoit
1a749c5141
optimised input image management
13 years ago
Vadim Pisarevsky
50d70cf9c6
made retina code compile with VS2005/VS2008
13 years ago
Vadim Pisarevsky
2fe3ed75c1
fixed building retina code on Windows
13 years ago
Vadim Pisarevsky
2842d34611
added retina model, by Alexander Benoit
13 years ago
Vadim Pisarevsky
ff5e97c8e4
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
14 years ago
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
Marius Muja
16b1f61c83
Updated FLANN to version 1.5
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