Login  Register

Re: Bring up threshold menu

Posted by Jerome Mutterer-3 on Mar 17, 2011; 2:09pm
URL: http://imagej.273.s1.nabble.com/Bring-up-threshold-menu-tp3685355p3685356.html

Himanish, you could use:

run("Threshold...");
waitForUser("Adjsut Threshold and click OK to continue");

Sincerely,
Jerome

On Thu, Mar 17, 2011 at 2:29 PM, Himanish Ghosh <[hidden email]>wrote:

> Hello All,
>
>  From my macro I would like to call the threshold image menu and show it
> and
> wait for the user to adjust parameters in the threshold dialog and then
> resume the macro.
>
> How can this be done
>
> thank you
>