VoronoiDelaunay.jl
VoronoiDelaunay.jl copied to clipboard
regarding from_image
a few TODOs:
- [ ] the
.c.b
thing needs to be configurable - [ ] npoints is not really the number of poits, just the number of trys. The actual number of points will depend on the actual image gray areas. I'll change this to actually mean the number of points
- [ ] The 0.5 and 0.01 thesholds can be configurable too
- [ ] Testing, once with a generated image (e.g. just white/black blocks or lines)
Also the current README.md seems to imply that from_image should be exported, but it is not.