Deleting from areaList

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Deleting from areaList

Gus T.
Hi everyone,

I am currently working on a script in Trak where i need to remove a
specific point (x,y) from an areaList. Does anyone know how to do this? Any
help would be greatly appreciated.

Thanks
Gus

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Deleting from areaList

Albert Cardona-2
Hi Augustus,

Create a rectangle ROI with a width an height of one pixel, then subtract it from the AreaList. See the fiji.sc/TrakEM2_Scripting and the API. Can also be done in the UI by drawing the ROI and pushing various key bindings to add or subtract the ROI from the selected AreaList.

Hope this helps.

Albert

> On Feb 26, 2016, at 9:10 PM, Augustus Tropea <[hidden email]> wrote:
>
> Hi everyone,
>
> I am currently working on a script in Trak where i need to remove a
> specific point (x,y) from an areaList. Does anyone know how to do this? Any
> help would be greatly appreciated.
>
> Thanks
> Gus
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html