tator
tator copied to clipboard
Polygon edit capability
Polygons can be reshaped, but new points can not be added.
This would require some minor rework to the polygon state machine in annotation.js
Required for #1214
Different conops are in play:
- add/remove dots on the path
- Slice a poly (like a knife) to make 2 polys
- Combine 2 polys to make 1 poly
CC @BGWoodward
I have a preference for this to be done in 1.2.0, as a precursor of the #1214 SAM integration work in 1.2.0. What do people think?