From dfe5fff2f5bd6d68eb1a912832ed1cb9004e28da Mon Sep 17 00:00:00 2001 From: vbystricky Date: Mon, 11 Aug 2014 15:57:29 +0400 Subject: [PATCH] Restore OpenCL branch for minmaxLoc on float data --- modules/core/src/stat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/stat.cpp b/modules/core/src/stat.cpp index 20e8aa5..e42f822 100644 --- a/modules/core/src/stat.cpp +++ b/modules/core/src/stat.cpp @@ -1454,7 +1454,7 @@ static bool ocl_minMaxIdx( InputArray _src, double* minVal, double* maxVal, int* CV_Assert(!haveSrc2 || _src2.type() == type); - if (depth == CV_32S || depth == CV_32F) + if (depth == CV_32S) return false; if ((depth == CV_64F || ddepth == CV_64F) && !doubleSupport) -- 2.7.4