1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

ts: update valgrind suppressions

This commit is contained in:
Alexander Alekhin
2017-07-21 16:42:28 +03:00
parent 402a77e7f7
commit bf0173bf38
7 changed files with 324 additions and 10 deletions
+1 -1
View File
@@ -1547,7 +1547,7 @@ static bool ocl_meanStdDev( InputArray _src, OutputArray _mean, OutputArray _sdv
bool haveMask = _mask.kind() != _InputArray::NONE;
int nz = haveMask ? -1 : (int)_src.total();
Scalar mean, stddev;
Scalar mean(0), stddev(0);
const int cn = _src.channels();
if (cn > 4)
return false;