-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
There is a method for making a line in ImageDraw.jl but the method for making a continued lines with multiple points given in arguments in not yet present.I believe single line isn't that useful and having ability to make poly line with continuous vertices/points mentioned in arguments could prove to be quite useful.Better yet if the polyline argument could be provided in vector or similar form.
- It has implementation in MATLAB(mentioned in api reference),matlab also has implementations for poly-polygons(circle and rectangle) but I can't think of their uses yet
- Skimage has interesting implementation of Line in n directions: https://scikit-image.org/docs/dev/api/skimage.draw.html#skimage.draw.line_nd
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels