Login  Register

(no subject)

Posted by David Randell on Jun 18, 2008; 8:14am
URL: http://imagej.273.s1.nabble.com/no-subject-tp3695859p3695860.html

On Wednesday 18 June 2008 08:48:19 Kashif Zeeshan wrote:
> Hi Experts,
>
> I need your help again please. I want to make a macro where I want to run
> threshold color plugin with RGB and the lower value of blue set to 135. How
> can I do this? Can you kindly help me in this regard?

Use the ImageJ Plugins->Macro->Record function. This will open a window where
the code for the macro will be eventually written. Select the colour
threshold plugin. Select the RGB colour space option, and set the parameters
required via the slider bars. If you want the image thresholded, there is a
check box option for this. Then when done, hit the "Macro" button and it will
write a code stub to the Window used to record the macro. Save the macro.

Regards,
Dave Randell