Login  Register

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

Posted by BitaFG on Oct 09, 2013; 3:05pm
URL: http://imagej.273.s1.nabble.com/Select-several-point-or-rectangles-as-Rois-in-the-same-image-in-a-Batch-tp5005104.html

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!!