Login  Register

Re: Fiji: New Filter "Normalize Local Contrast"

Posted by godblessfq on Jan 15, 2013; 7:42pm
URL: http://imagej.273.s1.nabble.com/Fiji-New-Filter-Normalize-Local-Contrast-tp4999077p5001426.html

Thank you Stephan. Now I am sure it's the problem with my installation and I have circumvented it using a simple macro.
Hope this is helpful to anyone who has the same problem. Here is the macro:
a=nSlices;
for (i=1; i<a; i++)
{    setSlice(i)
    run("Normalize Local Contrast", "block_radius_x=8 block_radius_y=8 standard_deviations=3 center stretch slice");
}

On 14/01/2013 2:54 PM, Stephan Saalfeld [via ImageJ] wrote:
Hi Eric,

sure?  For me it does.  Can you try starting Fiji from a terminal and
see if it prints something evil?  There were numerous changes in the
updating system and other parts of the Fiji infrastructure during the
last few months that sometimes left Fiji in an inconsistent state.  If
it doesn't work after Help>Update Fiji, then please tell me again.

Best,
Stephan




On Sat, 2013-01-12 at 19:58 -0800, godblessfq wrote:

> Hi Stephan,
> This plugin doesn't work on a stack. It says it will do the normalization on
> all images, but nothing happens.
> Can you fix it?
> Thank you very much!
> Eric
>
>
>
> --
> View this message in context: http://imagej.1557.n6.nabble.com/Fiji-New-Filter-Normalize-Local-Contrast-tp4999077p5001387.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html



If you reply to this email, your message will be added to the discussion below:
http://imagej.1557.n6.nabble.com/Fiji-New-Filter-Normalize-Local-Contrast-tp4999077p5001406.html
To unsubscribe from Fiji: New Filter "Normalize Local Contrast", click here.
NAML