14 Commits (762aefd71b40e6f752279db534f0fc47ba54a80e)

Author SHA1 Message Date
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 12 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 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
Marius Muja 9153018bd2 Updated FLANN 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 9bf80fb209 Renaming log constants, fixes bug #792 14 years ago
Vadim Pisarevsky d8ace43753 fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 15 years ago
Vadim Pisarevsky 4a14795eb6 fixed several gcc 4.1 warnings 15 years ago
Marius Muja e77e152a15 Renamed header include sentinels to fix compile problem when used together with standalone flann 15 years ago
Victor Erukhimov 0c3803a61c Fixing a problem with conflict of ROS and opencv flann 15 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) 15 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago