projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6477262
)
Update opengl_interop.cpp
author
Suleyman TURKMEN
<sturkmen@hotmail.com>
Sun, 26 Aug 2018 22:04:46 +0000
(
01:04
+0300)
committer
GitHub
<noreply@github.com>
Sun, 26 Aug 2018 22:04:46 +0000
(
01:04
+0300)
resolves #12307
samples/opengl/opengl_interop.cpp
patch
|
blob
|
history
diff --git
a/samples/opengl/opengl_interop.cpp
b/samples/opengl/opengl_interop.cpp
index
1d606f1
..
87f1f95
100644
(file)
--- a/
samples/opengl/opengl_interop.cpp
+++ b/
samples/opengl/opengl_interop.cpp
@@
-360,7
+360,7
@@
protected:
if (m_demo_processing)
{
// 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)
@@
-385,7
+385,7
@@
protected:
if (m_demo_processing)
{
// 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)