opencv/modules
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
..
androidcamera Normalized file endings. 2013-08-21 18:59:25 +04:00
calib3d Normalized file endings. 2013-08-21 18:59:25 +04:00
contrib Merge pull request #1378 from StevenPuttemans:bugfix_3115 2013-09-03 12:07:24 +04:00
core Merge pull request #1385 from asmorkalov:winrt_glob_fix 2013-09-02 16:05:15 +04:00
features2d Normalized file endings. 2013-08-21 18:59:25 +04:00
flann Fixed a bug in FLANN resulting in uninitialized accesses. 2013-09-04 14:06:34 +04:00
gpu gpu TVL1 Optical Flow optimization: 2013-08-27 11:21:41 +04:00
highgui Added interlace handling to PNG decoder. 2013-08-30 09:49:24 -04:00
imgproc Merge pull request #1300 from kdrobnyh:FilterBilateral 2013-09-02 17:01:38 +04:00
java Converted tabs to spaces. 2013-08-21 18:59:26 +04:00
legacy Normalized file endings. 2013-08-21 18:59:25 +04:00
ml Normalized file endings. 2013-08-21 18:59:25 +04:00
nonfree Normalized file endings. 2013-08-21 18:59:25 +04:00
objdetect Normalized file endings. 2013-08-21 18:59:25 +04:00
ocl Merge pull request #1383 from pengx17:2.4_clblas 2013-09-03 12:05:01 +04:00
photo Normalized file endings. 2013-08-21 18:59:25 +04:00
python Normalized file endings. 2013-08-21 18:59:25 +04:00
stitching Normalized file endings. 2013-08-21 18:59:25 +04:00
superres Normalized file endings. 2013-08-21 18:59:25 +04:00
ts Normalized file endings. 2013-08-21 18:59:25 +04:00
video Normalized file endings. 2013-08-21 18:59:25 +04:00
videostab Normalized file endings. 2013-08-21 18:59:25 +04:00
world Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00