Dear Wayne,
Fantastic. That will do the trick. Thanks for the fast response.
Kees
-----Original Message-----
From: ImageJ Interest Group [mailto:
[hidden email]] On Behalf Of Rasband, Wayne (NIH/NIMH) [E]
Sent: 30 August 2011 22:21
To:
[hidden email]
Subject: Re: Capture thresholding method
On Aug 30, 2011, at 12:45 PM, Straatman, Kees R. (Dr.) wrote:
> Dear list members
>
> In a macro we would like to capture the thresholding method the user has chosen for thresholding. We can get the threshold levels by using getThreshold(lower, upper) and we can get the different thresholding methods via getList("threshold.methods"), but I cannot find a way to record the actual method chosen for thresholding. Any suggestions?
Upgrade to the 1.45n daily build and use
method = getInfo("threshold.method");
-wayne