提交 97f6dd18 编写于 作者: V Vadim Pisarevsky

trying to make OpenCL builder green

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册