This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-29 13:47:32 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8deebea735
opencv
/
modules
/
flann
History
Vadim Pisarevsky
a44629d46f
add missing #include <stdarg.h>
2010-10-20 19:56:21 +00:00
..
include/opencv2
/flann
add missing #include <stdarg.h>
2010-10-20 19:56:21 +00:00
src
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
CMakeLists.txt
Updated FLANN to version 1.5
2010-10-12 19:47:50 +00:00