Re: 3D color inspector for teaching
Posted by Gabriel Landini on Oct 11, 2009; 12:25pm
URL: http://imagej.273.s1.nabble.com/3D-color-inspector-for-teaching-tp3690856p3690859.html
On Sunday 11 October 2009, Centre de Quantimétrie wrote:
> Another question about the "unsharp mask filter" now. The source code
> indicates that the mathematic operation is :
> pixels[p] = (snapshotPixels[p] - weight*pixels[p])/(1f - weight);
>
>
> Why 1f ? is it in hexadecimal ?
No, 1f means 1 in "float" form.
G