提交 5fe49347 编写于 作者: V Vladislav Vinogradov

minor fix of gpu performance sample

上级 c02c6768
......@@ -929,7 +929,7 @@ TEST(GaussianBlur)
TEST(filter2D)
{
for (int size = 1000; size <= 4000; size += 1000)
for (int size = 512; size <= 2048; size *= 2)
{
Mat src;
gen(src, size, size, CV_8UC4, 0, 256);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册