Login  Register

How to set threshold manually in macro

Posted by nandini189 on Aug 12, 2011; 3:45pm
URL: http://imagej.273.s1.nabble.com/How-to-set-threshold-manually-in-macro-tp3683519.html

Hi Guys,

I want to write a macro. My first two commands of the macro are given below.

Run("8-bit");
Run("Find Edges");

After these two commands I want to run the threshold command but I want to be able to set the threshold manually. Run("Threshold") automatically sets the threshold which is not favourable for me.

Can anyone tell me what command I would need to use.

Thanks
N