diff --git a/upptst/Blur/main.cpp b/upptst/Blur/main.cpp index 863b97254..762257f34 100644 --- a/upptst/Blur/main.cpp +++ b/upptst/Blur/main.cpp @@ -11,7 +11,7 @@ struct MyApp : TopWindow { void Sync() { double tm = (double)usecs(); - imgb = Grayscale(img); // GaussianBlur(img, ~radius, co); + imgb = GaussianBlur(img, ~radius, co); tm = (double)usecs() - tm; Title(String() << tm << " us"); Refresh();