Is it hard to calculate the coordinates and zoom factor that was used to generate a fractal image of, say, the Mandelbrot set? If you know the rest of the parameters, like how many iterations where used, in generating the image.
2026-03-30 10:37:47.1774867067
Are fractal image generators one-way functions?
85 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Sketch of an approach commonly used in image processing / computer vision.
Say we want to do a systematic computational approach ( not using the algebraic properties of the fractal ) to do this and we know the mapping between color and iteration count. To be time efficient we would want to use clues from the fast-to-compute points first, i.e. the points escaping the set after a low number of iterations.