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:
--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
To unsubscribe from Fiji: New Filter "Normalize Local Contrast",
click
here.
NAML