This website requires JavaScript.
Explore
Help
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2025-01-21 08:37:57 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a2ff919a6b
opencv
/
modules
/
flann
/
src
History
Marius Muja
78bbefec98
Applied fix from
#1382
2011-09-22 00:42:51 +00:00
..
flann.cpp
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
miniflann.cpp
Applied fix from
#1382
2011-09-22 00:42:51 +00:00
precomp.cpp
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
precomp.hpp
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