提交 c4654620 编写于 作者: M Maria Dimashova

fixed compile error under win32

上级 7c77787c
......@@ -1804,7 +1804,7 @@ struct CV_EXPORTS L2
ResultType diff = a[i] - b[i];
result += diff*diff;
}
return sqrt(result);
return (ResultType)sqrt((double)result);
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册