made FLANN (and dependent on it code) build fine on Windows. Most of the changes...
authorVadim Pisarevsky <no@email>
Fri, 15 Oct 2010 18:57:59 +0000 (18:57 +0000)
committerVadim Pisarevsky <no@email>
Fri, 15 Oct 2010 18:57:59 +0000 (18:57 +0000)
commitf678c8f07bb9d67a98585060ed43121b31912b09
treebf63e56e9fa56119786fb6b338e19bf80529c49f
parentd611fb61fc5f31778ddb9c974d516df0e61ee13d
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)
23 files changed:
modules/flann/include/opencv2/flann/allocator.h
modules/flann/include/opencv2/flann/autotuned_index.h
modules/flann/include/opencv2/flann/composite_index.h
modules/flann/include/opencv2/flann/dist.h
modules/flann/include/opencv2/flann/flann.hpp
modules/flann/include/opencv2/flann/flann_base.hpp
modules/flann/include/opencv2/flann/general.h
modules/flann/include/opencv2/flann/index_testing.h
modules/flann/include/opencv2/flann/kdtree_index.h
modules/flann/include/opencv2/flann/kmeans_index.h
modules/flann/include/opencv2/flann/linear_index.h
modules/flann/include/opencv2/flann/logger.h
modules/flann/include/opencv2/flann/object_factory.h
modules/flann/include/opencv2/flann/random.h
modules/flann/include/opencv2/flann/result_set.h
modules/flann/include/opencv2/flann/saving.h
modules/flann/include/opencv2/flann/simplex_downhill.h
modules/flann/include/opencv2/flann/timer.h
modules/flann/src/flann.cpp
modules/flann/src/precomp.cpp [new file with mode: 0644]
modules/flann/src/precomp.hpp
modules/objdetect/src/_lsvm_error.h
samples/c/find_obj.cpp