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
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
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
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
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
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
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
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
13 years ago
Marius Muja
a73b509b1e
Clang compilation fixes, closes #1432
13 years ago
Vadim Pisarevsky
b74116e694
unified norm computing; added generalized Hamming distance
13 years ago
Vadim Pisarevsky
1e6479224a
fixed bug #1331
13 years ago
Vadim Pisarevsky
60ebe2003f
fixed multiple warnings on Windows. fixed bug #1368
13 years ago
Marius Muja
0e18f066a8
Fixing ticket #1402
13 years ago
Marius Muja
78bbefec98
Applied fix from #1382
13 years ago
Jose Luis Blanco
5029dfed87
Removed extra "," that raised GCC warnings.
13 years ago
Vadim Pisarevsky
cdbee71f1c
always initialize the output values in LSH-based k-nearest search (patch by Alex Mordvintsev)
13 years ago
Alexander Mordvintsev
069c43835b
work on #1360 (custom LshIndex params fixed)
13 years ago
Marius Muja
16dd655dd3
Fixing ticket #1366
13 years ago
Marius Muja
281b953815
Fixing include defines
13 years ago
Vincent Rabaud
ec6636a664
- add documentation for LshIndexParams
13 years ago
Vadim Pisarevsky
a51a8ad577
fixed tickets #1301 , #1303 , #1305
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
13 years ago
Andrey Kamaev
874196e384
Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java
13 years ago
Vadim Pisarevsky
4884c911fb
fixed compile warnings in FLANN about too long integer constants
13 years ago
Marius Muja
b5cfe6be32
Specifying correct parameter types for cv::flann::GenericIndex and cv::flann::Index_
14 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
Marius Muja
d8ebf22444
Fixes
14 years ago
Marius Muja
ddc1267410
Checking for already defined proprocessor macros
14 years ago
Marius Muja
481256017e
Fixing ticket #1230
14 years ago
Marius Muja
c071f5487e
Fixing ticket #1228
14 years ago
Vadim Pisarevsky
ca2433c212
fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
14 years ago
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.
14 years ago
Vadim Pisarevsky
3f0c17b592
re-added the opencv_flann documentation
14 years ago
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)
14 years ago