Login  Register

Re: "Add" in "Roi Manager"

Posted by Wayne Rasband on Sep 07, 2005; 5:52pm
URL: http://imagej.273.s1.nabble.com/Re-Add-in-Roi-Manager-tp3704915p3704916.html

 >Has somebody tried to change the function of "Add" in "Roi manager"
 >to give a Generic Dialog instead of obtaining the name, by default
 >from imageJ, according to the chosen type of ROI?
 >
 >That's, we can give the name to the selected ROI directly,
 >instead of doing : "Add" and then "Rename"!!!

The ROI Manager macro set at

      http://rsb.info.nih.gov/ij/macros/RoiManagerMacros.txt

contains "Add", "Add and Name", "Add and Draw", "Add, Name and Draw"
and "Add and Advance" macros which can be invoked by pressing "1", "2",
"3", "4" or "5". "Add and Name" and "Add, Name and Draw" require ImageJ
1.35c or later.

-wayne