提交 be48cdc7 编写于 作者: V Vadim Pisarevsky

Merge pull request #12314 from sturkmen72:patch-2

...@@ -360,7 +360,7 @@ protected: ...@@ -360,7 +360,7 @@ protected:
if (m_demo_processing) if (m_demo_processing)
{ {
// blur texture image with OpenCV on CPU // blur texture image with OpenCV on CPU
cv::blur(m, m, cv::Size(15, 15), cv::Point(-7, -7)); cv::blur(m, m, cv::Size(15, 15));
} }
if (do_buffer) if (do_buffer)
...@@ -385,7 +385,7 @@ protected: ...@@ -385,7 +385,7 @@ protected:
if (m_demo_processing) if (m_demo_processing)
{ {
// blur texture image with OpenCV on GPU with OpenCL // blur texture image with OpenCV on GPU with OpenCL
cv::blur(u, u, cv::Size(15, 15), cv::Point(-7, -7)); cv::blur(u, u, cv::Size(15, 15));
} }
if (do_buffer) if (do_buffer)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册