1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

core: fix coverity issues

This commit is contained in:
Alexander Alekhin
2020-03-06 18:01:55 +00:00
parent 094a5b0cba
commit 34530da66e
2 changed files with 74 additions and 59 deletions
+1
View File
@@ -1089,6 +1089,7 @@ bool ocl_minMaxIdx( InputArray _src, double* minVal, double* maxVal, int* minLoc
getMinMaxRes<double>
};
CV_Assert(ddepth <= CV_64F);
getMinMaxResFunc func = functab[ddepth];
int locTemp[2];