35 Commits (fd27ba248b0185efa7099e1b73a3be50c17f2513)

Author SHA1 Message Date
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
Vadim Pisarevsky 6767f1db9e added dummy symbol to flann to make OpenCV compile on Windows 14 years ago
Vadim Pisarevsky 24cb30fed5 fixed errors and warnings when building with MSVC 14 years ago
Marius Muja 3b2d4b57a0 Bringing get_param and print_params into cv::flann namespace. 14 years ago
Marius Muja 9153018bd2 Updated FLANN 14 years ago
Anatoly Baksheev 63ac784ea0 fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) 14 years ago
Anatoly Baksheev 1c18e5fef9 fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
Anatoly Baksheev cce26e58b8 fixed warning: can't generate assignment operator 14 years ago
Vadim Pisarevsky 23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
Marius Muja 53e6bab678 Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890 14 years ago
Marius Muja 7d42dbdd71 Removing 'using namespace std' from header files, closes bugs #730 and #846 14 years ago
Maria Dimashova 40f0b1c009 fixed #841 14 years ago
Marius Muja 204c54291d Bug fix in flann wrapper 14 years ago
Marius Muja 9bf80fb209 Renaming log constants, fixes bug #792 14 years ago
Vadim Pisarevsky 695aa02e98 little change in flann save_value. Likely does not affect anything 14 years ago
Vadim Pisarevsky 1286c1db45 fixed multiple warnings from VS2010. 14 years ago
Vadim Pisarevsky abfcf8a257 renamed PooledAllocator::malloc to PooledAllocator::allocateBytes, Matrix::free to Matrix::release to avoid conflicts with VisualStudio 14 years ago
Vadim Pisarevsky d8ace43753 fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 14 years ago
Vadim Pisarevsky 4a14795eb6 fixed several gcc 4.1 warnings 14 years ago
Vadim Pisarevsky a44629d46f add missing #include <stdarg.h> 14 years ago
Marius Muja e77e152a15 Renamed header include sentinels to fix compile problem when used together with standalone flann 14 years ago
Victor Erukhimov 0c3803a61c Fixing a problem with conflict of ROS and opencv flann 14 years ago
Vadim Pisarevsky f678c8f07b made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only) 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago