Changing amount of sharpen and smooth
Posted by dashko on Apr 11, 2010; 7:19am
URL: http://imagej.273.s1.nabble.com/Changing-amount-of-sharpen-and-smooth-tp3688605.html
Hi,
i am using ImageJ as library. And i am trying to change amount of sharpen, but i have no idea how to do it. This is how i can change sharpen and smooth
ImagePlus imp;
...
imp.getProcessor().sharpen();
imp.getProcessor().smooth();
Is there any function to change amount of sharpen? For example imp.getProcessor().sharpen(3.24)?
Please help.
Thanks a lot!