jwz - Delaunay Tesselations of Pretty Girls. [entries|archive|friends|userinfo]
jwz

  www.jwz.org
  userinfo
  archive
  rss

Links
[»| [DNA Lounge] [Blog] [iCal] ]
[»| [DNA Lounge Legal Defense Fund] ]
[»| [WebCollage] [LJ WebCollage] ]

Delaunay Tesselations of Pretty Girls. [Fri, 23-Oct-2009 6:26 PM]
Previous Entry Add to Memories Tell a Friend Next Entry
[Tags|, , ]
[music |The Faint -- Mirror Error]

This is pretty cool. Delaunay is the inverse of Voronoi, so this is the same family of tesselations that the Voronoi XScreenSaver does.

He did it manually, though, which is kind of weird. Would have been cooler to automatically pick the control points by the first derivative of the image. Animation:

linkReply

Comments:
[User Picture]From: [info]ivorjawa
Sat, 24-Oct-2009 3:21 AM (UTC)

(Link)

How does one take the first derivative of an image to choose control points?
[User Picture]From: [info]jwz
Sat, 24-Oct-2009 3:28 AM (UTC)

(Link)

Take a color component (say, luminance) and think of that as height. First derivative gives you a map of the "slope" between adjacent pixels, that is, how much the values differ. You get higher values where there is more complexity in the image, lower values where colors change slowly. So you lay down more control points in the "brighter" (noisier) parts of the derivative image, and space them farther apart in the "darker" (smoother) parts.
[User Picture]From: [info]ivorjawa
Sat, 24-Oct-2009 3:46 AM (UTC)

(Link)

Nifty.

I first ran into Delaunay a few years back when I was projecting weather data. Probably the most interesting job I ever had, code-wise.
[User Picture]From: [info]lafinjack
Sat, 24-Oct-2009 6:21 AM (UTC)

(Link)



See also: fractalius
[User Picture]From: [info]ranotops
Sat, 24-Oct-2009 7:18 PM (UTC)

(Link)

the video doesn't seem to work for me :/
[User Picture]From: [info]biggeek
Tue, 27-Oct-2009 8:39 PM (UTC)

(Link)

Same with me. Windows 7 with Firefox 3.5 or IE 8
[User Picture]From: [info]ranotops
Tue, 27-Oct-2009 8:42 PM (UTC)

(Link)

I use Chrome so check it off the list to :(
From: [info]hattifattener
Sun, 25-Oct-2009 1:28 AM (UTC)

(Link)

Makes me think of the Twitter image compression contest from a few months back. One of the entries did a Voronoi tesselation of the image.