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 22:00:25 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ddd8f897fe
opencv
/
modules
/
flann
/
src
History
Anatoly Baksheev
63ac784ea0
fixed
#1069
(cvflann::set_distance_type - Unresolved external under VS2008)
2011-05-19 17:11:25 +00:00
..
flann.cpp
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
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
fixed
#1069
(cvflann::set_distance_type - Unresolved external under VS2008)
2011-05-19 17:11:25 +00:00