Andrey Kamaev
|
874196e384
|
Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java
|
2011-08-04 14:13:07 +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 |
|
Marius Muja
|
9153018bd2
|
Updated FLANN
|
2011-06-19 23:46:23 +00:00 |
|
Anatoly Baksheev
|
63ac784ea0
|
fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008)
|
2011-05-19 17:11:25 +00:00 |
|
Vadim Pisarevsky
|
23a9b7bb9c
|
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
|
2011-04-30 19:29:26 +00:00 |
|
Marius Muja
|
53e6bab678
|
Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890
|
2011-02-16 08:42:52 +00:00 |
|
Marius Muja
|
7d42dbdd71
|
Removing 'using namespace std' from header files, closes bugs #730 and #846
|
2011-02-16 06:36:15 +00:00 |
|
Marius Muja
|
9bf80fb209
|
Renaming log constants, fixes bug #792
|
2011-01-05 22:06:03 +00:00 |
|
Vadim Pisarevsky
|
d8ace43753
|
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
|
2010-11-06 21:51:21 +00:00 |
|
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)
|
2010-10-15 18:57:59 +00:00 |
|
Marius Muja
|
16b1f61c83
|
Updated FLANN to version 1.5
|
2010-10-12 19:47:50 +00:00 |
|