http://imagej.273.s1.nabble.com/In-situ-Show-is-not-present-anymore-tp5024284p5024286.html
>> On Dec 17, 2020, at 7:51 AM, Eric Denarier <
[hidden email]> wrote:
>>
>> Hi list,
>>
>> I am using Fiji with ImageJ 1.53g. In the particle analyzer the function "in situ show" does not appear anymore.
>>
>> Can it be replace with something else ???
> It has been replaced by the “Overlay” option and the Overlay.fill() macro function. Here is an example:
>
> run("Blobs (25K)");
> setAutoThreshold("Default");
> run("Analyze Particles...", "overlay");
> Overlay.fill("black", "white"); //requires 1.53h10
> Overlay.remove;
> resetThreshold;
>
>> Does a macro using this function will work ?
> Macros that use the ‘in_situ’ option will continue to work.
>
> -wayne
>
> --
> ImageJ mailing list:
http://imagej.nih.gov/ij/list.html