opencv/modules/core
Roman Donchenko 7ea1bf3cf0 Fixed several problems found by PVS-Studio.
This fixes all problems from the article "Checking OpenCV with PVS-Studio"
<http://www.viva64.com/en/b/0191/> that are not already fixed and are
not in 3rdparty or the legacy module.

The problems fixed are two instances of useless code and one instance
of unspecified behavior (right-shifting a negative number).
2014-05-20 13:54:00 +04:00
..
doc Merge pull request #2733 from StevenPuttemans:bug_2162 2014-05-19 13:04:54 +04:00
include/opencv2/core Fixing as suggested in bug 2626, made naming same for both C, C++ and python API 2014-05-13 11:02:01 +02:00
perf Add IPP support in meanStdDev, minMaxIdx, norm functions 2013-08-29 21:09:19 +04:00
src Merge pull request #2744 from jet47:kmeans-fix 2014-05-19 17:33:10 +04:00
test Fixed several problems found by PVS-Studio. 2014-05-20 13:54:00 +04:00
CMakeLists.txt fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo) 2014-02-14 17:56:03 +04:00