Login  Register

running color threshold in a macro

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

running color threshold in a macro

Pieter Coussement
7 posts
Hi,
I don't seem to be able to put the color threshold in a macro with fixed
input.
How do i do this?

Best regards,
Pieter

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: running color threshold in a macro

Gabriel Landini
1783 posts
On Tuesday 21 Aug 2012 09:25:55 you wrote:
> Hi,
> I don't seem to be able to put the color threshold in a macro with fixed
> input.
> How do i do this?

You start the macro recorder, launch the colour threshold applet, make the
adjustments and press the Macro button. That would generate the macro code.

Cheers
Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: running color threshold in a macro

christian perrin
2 posts
Hi,
I believe I have got the same problem.
I record a simple macro. I open an image, then open the color threshold, changes the parameter (select YUV and select my values). This is indeed recorded in the text macro ( it reads YUV and the values i entered).
HOWEVER, when i run it, it looks like it is runing it in HUE (the color threshold window open and is in HUE, and not using my values obviously), so i can not reproduce what i want using the macro.

Is there some problem with the mask or something?

thanks for your help,
regards,
C