Restore OpenCL branch for minmaxLoc on float data
authorvbystricky <user@user-pc.(none)>
Mon, 11 Aug 2014 11:57:29 +0000 (15:57 +0400)
committervbystricky <user@user-pc.(none)>
Mon, 11 Aug 2014 11:57:29 +0000 (15:57 +0400)
modules/core/src/stat.cpp

index 20e8aa5..e42f822 100644 (file)
@@ -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)