git-svn-id: svn://ultimatepp.org/upp/trunk@14376 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-25 07:03:31 +00:00
parent 35024d6d53
commit ac5db267e5

View file

@ -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();