Alexander Mordvintesv
|
0998669d26
|
Revert "fixed LshIndex types in its constructor"
This reverts commit 54d68da8e7 .
|
2012-08-07 21:37:19 +03:00 |
|
Maria Dimashova
|
54d68da8e7
|
fixed LshIndex types in its constructor
|
2012-07-24 17:09:24 +04:00 |
|
Vincent Rabaud
|
3df72fe669
|
fix gcc C++11 bug mentioned in http://answers.opencv.org/question/283 . Bug also fixed in FLANN upstream
|
2012-07-12 16:02:02 +00:00 |
|
Vadim Pisarevsky
|
73ce3ef8c1
|
fixed ios framework build (ticket #2092)
|
2012-06-27 19:52:59 +00:00 |
|
Andrey Kamaev
|
a381b95e91
|
Fixed buggy NEON check inside flann
|
2012-06-22 16:10:43 +00:00 |
|
Andrey Kamaev
|
e94e5866a1
|
Fixed mingw build warnings
|
2012-06-20 17:57:26 +00:00 |
|
Alexander Mordvintsev
|
08b2bd9174
|
fixed #1974
|
2012-06-11 07:20:34 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
2012-06-08 03:15:08 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Marius Muja
|
fd9a8c609f
|
Bug fix in LSH index
|
2012-04-05 06:46:42 +00:00 |
|
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
2012-03-31 11:09:16 +00:00 |
|
Vadim Pisarevsky
|
29077f11f8
|
got rid of "long double" in OpenCV; ticket #1515
|
2012-03-26 13:36:47 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
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)
|
2012-02-14 10:22:34 +00:00 |
|
Marius Muja
|
fcf9a224fb
|
Bug fix
|
2012-02-07 02:18:54 +00:00 |
|
Marius Muja
|
63efa5b2de
|
Fixing ticket #1539
|
2012-01-09 21:31:51 +00:00 |
|
Marius Muja
|
f1efd955b4
|
Fix to solve conflicts to standalone FLANN
|
2011-12-12 09:39:02 +00:00 |
|
Marius Muja
|
4330777d1c
|
Fixing uint32_t typedef for MSVC
|
2011-11-23 22:24:36 +00:00 |
|
Marius Muja
|
2c5de6dd59
|
Fix ticket #1346
|
2011-11-23 22:01:06 +00:00 |
|
Andrey Kamaev
|
d7ff92439d
|
Better NEON Hamming distance
|
2011-10-26 13:04:53 +00:00 |
|
Marius Muja
|
a73b509b1e
|
Clang compilation fixes, closes #1432
|
2011-10-18 18:37:47 +00:00 |
|
Vadim Pisarevsky
|
b74116e694
|
unified norm computing; added generalized Hamming distance
|
2011-10-11 15:13:53 +00:00 |
|
Vadim Pisarevsky
|
1e6479224a
|
fixed bug #1331
|
2011-10-05 01:20:52 +00:00 |
|
Vadim Pisarevsky
|
60ebe2003f
|
fixed multiple warnings on Windows. fixed bug #1368
|
2011-10-03 11:00:28 +00:00 |
|
Marius Muja
|
0e18f066a8
|
Fixing ticket #1402
|
2011-09-30 16:39:06 +00:00 |
|
Jose Luis Blanco
|
5029dfed87
|
Removed extra "," that raised GCC warnings.
|
2011-09-22 00:31:45 +00:00 |
|
Vadim Pisarevsky
|
cdbee71f1c
|
always initialize the output values in LSH-based k-nearest search (patch by Alex Mordvintsev)
|
2011-09-14 10:57:50 +00:00 |
|
Alexander Mordvintsev
|
069c43835b
|
work on #1360 (custom LshIndex params fixed)
|
2011-09-13 09:14:49 +00:00 |
|
Marius Muja
|
16dd655dd3
|
Fixing ticket #1366
|
2011-09-13 06:08:38 +00:00 |
|
Marius Muja
|
281b953815
|
Fixing include defines
|
2011-09-12 20:20:49 +00:00 |
|
Vadim Pisarevsky
|
a51a8ad577
|
fixed tickets #1301, #1303, #1305
|
2011-08-14 19:46:39 +00:00 |
|
Andrey Kamaev
|
874196e384
|
Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java
|
2011-08-04 14:13:07 +00:00 |
|
Vadim Pisarevsky
|
4884c911fb
|
fixed compile warnings in FLANN about too long integer constants
|
2011-08-02 11:39:31 +00:00 |
|
Marius Muja
|
b5cfe6be32
|
Specifying correct parameter types for cv::flann::GenericIndex and cv::flann::Index_
|
2011-07-25 23:58:54 +00:00 |
|
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
|
Marius Muja
|
d8ebf22444
|
Fixes
|
2011-07-18 22:01:42 +00:00 |
|
Marius Muja
|
ddc1267410
|
Checking for already defined proprocessor macros
|
2011-07-18 22:00:06 +00:00 |
|
Marius Muja
|
481256017e
|
Fixing ticket #1230
|
2011-07-18 21:57:28 +00:00 |
|
Marius Muja
|
c071f5487e
|
Fixing ticket #1228
|
2011-07-17 06:26:40 +00:00 |
|
Vadim Pisarevsky
|
ca2433c212
|
fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
|
2011-07-14 11:26:13 +00:00 |
|
Vadim Pisarevsky
|
562914e33b
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
2011-07-13 23:04:39 +00:00 |
|
Vadim Pisarevsky
|
848be8dfe1
|
temporarily reverted to FLANN 1.5 (FLANN 1.6 is put to a separate branch FLANN_1.6 until it's stabilized)
|
2011-06-20 09:20:17 +00:00 |
|
Vadim Pisarevsky
|
6767f1db9e
|
added dummy symbol to flann to make OpenCV compile on Windows
|
2011-06-20 08:42:08 +00:00 |
|
Vadim Pisarevsky
|
24cb30fed5
|
fixed errors and warnings when building with MSVC
|
2011-06-20 07:53:46 +00:00 |
|
Marius Muja
|
3b2d4b57a0
|
Bringing get_param and print_params into cv::flann namespace.
|
2011-06-20 00:26:16 +00:00 |
|
Marius Muja
|
9153018bd2
|
Updated FLANN
|
2011-06-19 23:46:23 +00:00 |
|
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
2011-05-06 21:45:48 +00:00 |
|
Anatoly Baksheev
|
cce26e58b8
|
fixed warning: can't generate assignment operator
|
2011-05-06 18:29:53 +00:00 |
|