snailsnap / mosaic

With mollex we have extracted the snail shells from the photos of the "Museum für Naturkunde Berlin" and generated new pictures. SnailSnap is now an extension, so that you can take a selfie of yourself and create a mosaic of snail shells. By tapping on the snail shell you can see meta information about the snails.
https://snailsnap.github.io/
MIT License
5 stars 1 forks source link

better algorithm for finding color areas #4

Open lukaswagner opened 6 years ago

lukaswagner commented 6 years ago

instead of using a fixed grid, we should use some smart algorithm to split the image into areas of the same color. ideas:

lukaswagner commented 6 years ago

ideas https://codegolf.stackexchange.com/questions/50299/draw-an-image-as-a-voronoi-map/50345

lukaswagner commented 6 years ago

lowpoly https://link.springer.com/content/pdf/10.1007%2Fs00371-015-1082-2.pdf https://github.com/dashishi/lowpoly_interactive_system/blob/master/paper_288.pdf (with code)