Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
1–10 of 12 posts
Re: Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
#2https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/...
The triangulation can then be plotted fairly straightforwardly with matplotlib's triangulation routines: matplotlib.pyplot.triplot and matplotlib.pyplot.tripcolor (https://matplotlib.org/examples/pylab_examples/tripcolor_dem...).
Re: Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
#3Re: Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
#4The cellular nature is great for lots of applications.
Re: Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
#5Re: Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
#6Of course half the fun here is the coincidence of the last names :)
Re: Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
#7As suggested in the discussion points, thin lines/stripes get muddled up with wider adjacent surfaces. Is this a problem with the goal of the exercise ? Maybe it needs to be more clearly defined. I suppose the idea is that the method and the style fit together nicely, and as a result the paintings are representable quite efficiently with low resolution triangulations. It already mostly fits the bill, except for some…
It's not really supposed to be useful, just exploration in reduction of an already reduced art style: what is lost when we enforce that all shapes are triangles that tend to be more large-angle? For one, I think this destroys the perspective since one common trope is to make objects narrower as they are farther away.
Although the entire thing is mostly a joke based on their shared last names.
Re: Show HN: Delaunay Triangulating Robert Delaunay's Eiffel Tower Paintings
#8It seems to me that the Voronoi diagram [0], the counterpart of Delaunay triangulation, is probably more useful as a general approach to this idea. The cellular nature is great for lots of applications. [0] https://en.m.wikipedia.org/wiki/Voronoi_diagram