OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Andrey Kamaev
|
88e9a072ec
|
Fix binary compatibility of opencv_flann
|
13 years ago |
Andrey Kamaev
|
a3b1971977
|
Bring back escaped virtual destructors from 2.4.2
|
13 years ago |
Vadim Pisarevsky
|
d72cc06b96
|
fixed possibly inccorrect interval measurements in flann's timer (bug #1165). Note: this may break binary compatibility, but since the class is not wrapped in Java and not exposed in Windows API, for example (it's considered internal-use class for flann), the effect should be minimal
|
13 years ago |
Andrey Kamaev
|
56b27bcc7e
|
Fix inconsistent argument type in HammingLUT distance (flann)
this fixes 64-bit MSVC warning
|
13 years ago |
Vadim Pisarevsky
|
d54f4e1cfb
|
added #undef True/False to avoid collision with X11 (Patch #1562)
|
13 years ago |
Marius Muja
|
7236858bea
|
Exposed HierarchicalClusteringIndex in OpenCV wrapper
|
13 years ago |
Vadim Pisarevsky
|
0bd68a70f1
|
fixed #2297, #2300; fixed several warnings
|
13 years ago |
Alexander Mordvintesv
|
647b1dd96c
|
comment fixed
|
13 years ago |
Alexander Mordvintesv
|
0998669d26
|
Revert "fixed LshIndex types in its constructor"
This reverts commit 54d68da8e7 .
|
13 years ago |
Maria Dimashova
|
54d68da8e7
|
fixed LshIndex types in its constructor
|
13 years ago |
Vincent Rabaud
|
fbf1973bac
|
backport 9018
|
13 years ago |
Vincent Rabaud
|
3df72fe669
|
fix gcc C++11 bug mentioned in http://answers.opencv.org/question/283 . Bug also fixed in FLANN upstream
|
13 years ago |
Marina Kolpakova
|
3def843652
|
merged the trunk r8719:8731 and 8807
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Vadim Pisarevsky
|
73ce3ef8c1
|
fixed ios framework build (ticket #2092)
|
13 years ago |
Andrey Kamaev
|
a381b95e91
|
Fixed buggy NEON check inside flann
|
13 years ago |
Andrey Kamaev
|
e94e5866a1
|
Fixed mingw build warnings
|
13 years ago |
Andrey Kamaev
|
f666bd221f
|
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Alexander Mordvintsev
|
08b2bd9174
|
fixed #1974
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Andrey Kamaev
|
1cf96d36cd
|
Corrected fix of flann deprecation warnings
|
13 years ago |
Andrey Kamaev
|
18067c8e9f
|
Fixed flann deprecation warnings from flann itself
|
13 years ago |
Andrey Kamaev
|
849e3cfac0
|
Merged the trunk r7844
|
13 years ago |
Marius Muja
|
fd9a8c609f
|
Bug fix in LSH index
|
13 years ago |
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
13 years ago |
Vadim Pisarevsky
|
29077f11f8
|
got rid of "long double" in OpenCV; ticket #1515
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Anatoly Baksheev
|
84db4eb6fa
|
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
13 years ago |
Marius Muja
|
fcf9a224fb
|
Bug fix
|
13 years ago |
Marius Muja
|
63efa5b2de
|
Fixing ticket #1539
|
13 years ago |
Marius Muja
|
f1efd955b4
|
Fix to solve conflicts to standalone FLANN
|
13 years ago |
Marius Muja
|
4330777d1c
|
Fixing uint32_t typedef for MSVC
|
13 years ago |
Marius Muja
|
2c5de6dd59
|
Fix ticket #1346
|
13 years ago |
Andrey Kamaev
|
d7ff92439d
|
Better NEON Hamming distance
|
14 years ago |
Marius Muja
|
a73b509b1e
|
Clang compilation fixes, closes #1432
|
14 years ago |
Vadim Pisarevsky
|
b74116e694
|
unified norm computing; added generalized Hamming distance
|
14 years ago |
Vadim Pisarevsky
|
1e6479224a
|
fixed bug #1331
|
14 years ago |
Vadim Pisarevsky
|
60ebe2003f
|
fixed multiple warnings on Windows. fixed bug #1368
|
14 years ago |
Marius Muja
|
0e18f066a8
|
Fixing ticket #1402
|
14 years ago |
Jose Luis Blanco
|
5029dfed87
|
Removed extra "," that raised GCC warnings.
|
14 years ago |
Vadim Pisarevsky
|
cdbee71f1c
|
always initialize the output values in LSH-based k-nearest search (patch by Alex Mordvintsev)
|
14 years ago |
Alexander Mordvintsev
|
069c43835b
|
work on #1360 (custom LshIndex params fixed)
|
14 years ago |
Marius Muja
|
16dd655dd3
|
Fixing ticket #1366
|
14 years ago |
Marius Muja
|
281b953815
|
Fixing include defines
|
14 years ago |
Vadim Pisarevsky
|
a51a8ad577
|
fixed tickets #1301, #1303, #1305
|
14 years ago |