From: cristy Date: Sun, 24 Mar 2013 00:19:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4031 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6f8edeb5e5dfc70b67bb6eebb48c6191d424186;p=imagemagick --- diff --git a/Magick++/demo/demo.cpp b/Magick++/demo/demo.cpp index 1535b6769..fe63d7538 100644 --- a/Magick++/demo/demo.cpp +++ b/Magick++/demo/demo.cpp @@ -440,8 +440,8 @@ int main( int /*argc*/, char ** argv) cout << " unsharp mask ..." << endl; example = model; example.label( "Unsharp Mask" ); - // radius_, sigma_, amount_, threshold_ - example.unsharpmask( 0.0, 1.0, 1.0, 0.05); + // radius_, sigma_, gain_ + example.unsharpmask( 0.0, 1.0, 1.0); images.push_back( example ); cout << " wave ..." << endl;