Zooming the Mandelbrot set

Community Forums/General Help/Zooming the Mandelbrot set

Marcell(Posted 2014) [#1]
Hello,
I'm working with the Mandelbrot set (with Blitz3D). I would like to zoom randomly the set and get always something "interesting" and as much variety to different zooms as possible.

Does anyone know any good algorithms for this? I know that I should zoom the border of the set to get something "interesting".

Thanks!


TomToad(Posted 2014) [#2]
Maybe run an edge detect algorithm and zoom in where you detect a lot of variety.


markcw(Posted 2014) [#3]
See my post #21 here.
http://www.blitzmax.com/Community/posts.php?topic=15585


Marcell(Posted 2014) [#4]
Great code munch! Thanks!


markcw(Posted 2014) [#5]
Glad I could help.