Commit 97f6dd18 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

trying to make OpenCL builder green

parent f42bb0bd
......@@ -2185,6 +2185,9 @@ static bool ocl_norm( InputArray _src, int normType, InputArray _mask, double &
(!doubleSupport && depth == CV_64F))
return false;
if( depth == CV_32F && !_mask.empty() )
return false;
UMat src = _src.getUMat();
if (normType == NORM_INF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment