MRaster examples 22.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
mandelbrot_orbits.cpp File Reference

Mandelbrot orbits. More...

Go to the source code of this file.

Detailed Description

Mandelbrot orbits.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
Details

Explores the orbits of the iteration

mandelbrot_orbits_out_h.tiff  Point histogram of exterior point orbits
mandelbrot_orbits_in_h.tiff   Point histogram of interior point orbits
mandelbrot_orbits_dist.tiff   Maximum iteration count for all oribts that hit the pixel
mandelbrot_orbits_color       Colorized version using the above images as color channels after a power transform:

           magick \‍( mandelbrot_orbits_dst_h.tiff -evaluate Pow 0.8 \‍) \‍( mandelbrot_orbits_out_h.tiff -evaluate Pow 0.6 \‍) \‍( mandelbrot_orbits_in_h.tiff -evaluate Pow 0.8 \‍) -combine combined.jpg

Definition in file mandelbrot_orbits.cpp.