issues
search
smistad
/
annotationweb
A web-based annnotation system for easy annotation of image sequences such as ultrasound and camera recordings
MIT License
32
stars
18
forks
source link
Improve segmentation module
#28
Closed
smistad
closed
4 years ago
smistad
commented
7 years ago
[ ] After a contour is drawn, convert it into a spline (e.g. cardinal spline), by creating regularly spaced control points along the contour.
[ ] Make this feature optional, maybe put into separate module (e.g. spline module)
[ ] If the contour is closed, create a closed spline. How to detect this?
[ ] Allow user to edit the spline by moving the control points
[ ] On save: convert spline back to an actual segmentation? Or store spline in database, convert to segmentation on export.
[ ] On load: convert segmentation back to spline?