Re: getSelectionCoordinates() not working properly with automatically generated ROIs

Posted by voidspaces on
URL: http://imagej.273.s1.nabble.com/getSelectionCoordinates-not-working-properly-with-automatically-generated-ROIs-tp5006070p5006079.html

Thank you Wayne for your reply.
Good to know that they fixed it.
Anyway, I tried that workaround before but unfortunately it was not working.
I eventually found a solution using run("Specify...", "width="+a+" height="+b+" x="+c+" y="+d+" oval") where a,b,c,d are the same variables used in the creation of the oval.

Thank you again.
Giovanni