Select several point or rectangles (as Rois) in the same image in a Batch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Select several point or rectangles (as Rois) in the same image in a Batch

BitaFG
Hello everybody,

I am trying to do a batch with this sequence in a group of images:

run("Retinex", "Scale=240, Scale division=3, Dynamic= 1.20");
makePoint(250, 250);  
run("Color Inspector 3D", "Display Mode=Hystogram");

But I have some problems :
a) I need to pick up more than one point to apply after Color Inspector 3D. I try to find out something that can help me, I read a lot of material but I'm not used to work with JAVA and I'm little confused. So that I need a command which call different points.
b) I am not sure if it is possible at all but I would need that the Color Inspector 3D output give me the data in the display mode hystogram. For that I've added "Display Mode=Hystogram") but I don't have anything.


Could somebody help me??? Many thanks!!