opencv/modules/superres
Roman Donchenko 13d67b6ae7 Suppress a bogus -Warray-bounds in modules/superres/src/optical_flow.cpp
This is actually the same warning that the suppression at the bottom
suppresses, but that one doesn't suppress it when using a native compiler
(go figure).

I remove the forced inclusion of precompiled headers into all sources,
since otherwise this workaround doesn't work - the header with the warning
is included before I can use a pragma.
2014-11-10 18:38:54 +03:00
..
doc Super Resolution module 2013-02-27 13:41:15 +04:00
include/opencv2/superres Added farneback to superres module. 2013-07-26 14:14:40 +08:00
perf Fixed building with OpenCL, but without the ocl module. 2013-10-30 14:07:34 +04:00
src Suppress a bogus -Warray-bounds in modules/superres/src/optical_flow.cpp 2014-11-10 18:38:54 +03:00
test Turn off superres accuracy tests if video i/o is not supported. 2014-10-01 09:15:24 +04:00
CMakeLists.txt Superres module enabled for Android. GPU samples build fixed for Android. 2014-03-18 17:07:19 +04:00