opencv/modules/core
Hans Johnson 4c7ed03b5f COMP: Fix problem with narrowing in c++11
modules/core/src/arithm.cpp:345:51:
error: constant expression evaluates to 4294967295 which cannot be narrowed to type 'int' [-Wc++11-narrowing]
static int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff };
                                                  ^~~~~~~~~~

Converted to unsigned int.  This variable is only used to initialize a bit pattern anywhy for a 128bit type.
2014-06-17 15:49:06 -05:00
..
doc optimized cv::normalize in case of mask 2014-06-02 15:33:19 +04:00
include/opencv2 added norm_inf support to minmaxloc kernel 2014-06-09 20:05:26 +04:00
perf changed power in cv::pow test to test actual kernel 2014-06-10 17:41:43 +04:00
src COMP: Fix problem with narrowing in c++11 2014-06-17 15:49:06 -05:00
test optimized cv::norm with NORM_RELATIVE 2014-06-07 21:26:40 +04:00
CMakeLists.txt Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-02-25 15:02:24 +04:00