Re: interpolating polygons
Posted by
jmutterer on
URL: http://imagej.273.s1.nabble.com/interpolating-polygons-tp3701679p3701683.html
Tony, you can run the following macro code which will convert the
polygon to a freehand type of selection.
roiManager("Combine");
getSelectionCoordinates(x,y);
Jerome
On 9/1/06, Tony <
[hidden email]> wrote:
> Hi,
> I've been scrolling through the source code for ages but I can't find a
> method that returns a list of pixel co-ordinates for the whole boundary of a
> polygon object (not just the vertices)
> -- is there one? or has someone written one? (it needs to somehow
> interpolate between the vertices)
>
> Many Thanks
> T
>