PDA

View Full Version : [delaunay image processor]



pwdVergesser
August 19th, 2008, 05:22 AM
Hi,

currently I´m writing a few image processors in AS3. Initially I`ve implemented a Delaunay triangulation (http://en.wikipedia.org/wiki/Delaunay_triangulation) that works quiet fine and performat (by having ~25 FPS constantly).

http://www.dasprinzip.com/pExamples/p69_0.jpg
Launch (http://www.dasprinzip.com/prinzipiell/2008/08/19/delaunay-image-processor/).

You might use it as transition effect between images, so I put up 3 images back to back that can be skipped onClick. Even if the transition is running, the framerate stays agreeabke high on my computer. ;)


Cheers
pwd

dail
August 19th, 2008, 05:11 PM
pretty cool!

Sage_of_Fire
August 19th, 2008, 06:57 PM
Not saying I could do better, but I would change the transition so that the old image broke into triangles and faded away ( like you have it), but the new image was already formatted, waiting underneath. I think the current transition seems like two transitions in one. I like it anyway!

GGMcGee
August 20th, 2008, 12:36 AM
Very cool! Really interested to see where this leads.

pwdVergesser
August 20th, 2008, 04:34 AM
Not saying I could do better, but I would change the transition so that the old image broke into triangles and faded away ( like you have it), but the new image was already formatted, waiting underneath. I think the current transition seems like two transitions in one. I like it anyway!

I tried it just the way you would do it before ( == the second image was already formatted underneath ) but it looked a bit too boring to me.

Right now I´m playing with Voronoi diagrams, I think it will be nice to combine both processings...

pwd