Mandelbrot Zoom



I created this last semester for a class on simulations (which also had a heavy emphasis on fractals). A Mandelbrot fractal is generated and then analyzed for the most “interesting” area to zoom in on.

The following animated gif shows the algorithm in action. The left side is the generated Mandelbrot fractal and the right side is a visualization of the activity detection algorithm. The algorithm is choosing how to zoom into the fractal in real-time (when the image was recorded).

I’ve also posted the Matlab code if you are interested in seeing how it works.

Tagged Tags: , on March 22, 2010 at 11:46 am

reCAPTCHA

Apparently using WordPress makes you a huge target for spam, so unfortunately I’ve had to resort to using a CAPTCHA again.

I’ve tried some alternative non-CAPTCHA filters, but none of them seem very reliable (some very simple tests were giving false positives).

On a (non-false) positive note, since this is my spring break, I’m trying to get some of my recent projects together and post them this week :)

Tagged Tags: , on March 22, 2010 at 11:34 am

Mandelbrot Zoom

An auto-zooming Mandelbrot fractal

A Mandelbrot fractal is generated and then analyzed for the most “interesting” area to zoom in on.

The following animated gif shows the algorithm in action. The left side is the generated Mandelbrot fractal and the right side is a visualization of the activity detection algorithm. The algorithm is choosing how to zoom into the fractal in real-time (when the image was recorded).

Download: Source (Matlab)

Tagged on March 22, 2010 at 12:00 am