5 Commits (345bc633cc96e0fc650aadd27ecb77f469e9f02e)

Author SHA1 Message Date
Andrey Kamaev ae4e76395f Make flann headers independent from OpenCV C API 12 years ago
Andrey Kamaev 49f6dad13f Move cv::KeyPoint and cv::DMatch to core 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 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
Marius Muja 2c5de6dd59 Fix ticket #1346 13 years ago
Marius Muja b5cfe6be32 Specifying correct parameter types for cv::flann::GenericIndex and cv::flann::Index_ 14 years ago
Marius Muja d8ebf22444 Fixes 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 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 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
Maria Dimashova 40f0b1c009 fixed #841 14 years ago
Marius Muja 204c54291d Bug fix in flann wrapper 14 years ago
Marius Muja e77e152a15 Renamed header include sentinels to fix compile problem when used together with standalone 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