opencv/modules/flann/src
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>

Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
2013-03-13 17:26:56 +04:00
..
flann.cpp Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
miniflann.cpp Merge branch '2.4' 2012-10-23 20:32:19 +04: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 Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00