Commit 5fe49347 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor fix of gpu performance sample

parent c02c6768
...@@ -929,7 +929,7 @@ TEST(GaussianBlur) ...@@ -929,7 +929,7 @@ TEST(GaussianBlur)
TEST(filter2D) TEST(filter2D)
{ {
for (int size = 1000; size <= 4000; size += 1000) for (int size = 512; size <= 2048; size *= 2)
{ {
Mat src; Mat src;
gen(src, size, size, CV_8UC4, 0, 256); gen(src, size, size, CV_8UC4, 0, 256);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment