opencv/modules/flann
Roman Donchenko a9975b144a Fixed a bug in FLANN resulting in uninitialized accesses.
This is fixed upstream in mariusmuja/flann@b615f26, but that fix
would break binary compatibility, so I had to make a different one.

Since the bug isn't quite obvious, here's an explanation. In the const
version of any::cast, if policy is a small_any_policy, its get_value
returns its input argument. So r becomes a pointer to obj, and the
return value is a reference to a local variable, which is invalidated
when the function exits.
2013-09-04 14:06:34 +04:00
..
doc Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
include/opencv2/flann Fixed a bug in FLANN resulting in uninitialized accesses. 2013-09-04 14:06:34 +04:00
src Normalized file endings. 2013-08-21 18:59:25 +04:00
test Deleted almost all of the precomp.cpp files. 2013-08-08 12:43:07 +04:00
CMakeLists.txt Normalized file endings. 2013-08-21 18:59:25 +04:00