Tagged Questions
18
votes
5answers
548 views
Voronoi diagrams for generators other than points
Any suggestions how to determine Voronoi diagram for sites other than points, as e.g. in the picture below? Input is a raster image.
8
votes
4answers
462 views
Reproducing Image Patterns with Mathematica
Surfing on the net I stared at this pattern. It´s a bamboo steam, and it´s awesome. I'm new to Mathematica so I'm a little lost, I'd like to try to reproduce this pattern, of course in a very ...
3
votes
2answers
128 views
How to create an ImagePartition type-of-function that generates parts of different sizes
Background: I partition images to polygons ( squares ) and color them with VertexColors. I want to use a minimal number of polygons while still showing a clear resemblance of the original image. - ...
1
vote
1answer
146 views
How do I slice an image of size “width × height” in n² pieces of size “width / n × height / n”?
Background: What I want is to make a jigsaw from an image. (A simple one where the pieces are polygons.) I have the following strategy in mind. Create a set of polygons and assign images (or just the ...