Interacting with image in BatchMode
Posted by Thomas P on Jun 16, 2010; 12:19pm
URL: http://imagej.273.s1.nabble.com/Interacting-with-image-in-BatchMode-tp3687909.html
I'm in the middle of writing an automated red eye removal macro for a school project. A part of the program marks the located red eyes so the user can deselect false positives so they are not processed.
When I run the macro in Batchmode the image showing the detected red eyes are not shown, so the concept fall apart a bit. Is there a command that forces a window to apear even when batchmode is active?
On a different note - Is it possible to close the ROI manager window in a macro? selectWindow() doesn't seem to work on the ROI manager...
Thanks in advance
Thomas