[DOI link]
#OpenScience #Reproducibility #Nonequilibrium #Directionality
Global society is beset with many ‘wicked problems’ that are unlikely to be resolved by traditional disciplinary research methods. In this post, Kristina Bogner, Michael P. Schlaile and Sophie Urme…
Working on my #bot to explore escape-time fractals, rendered with distance estimator colouring using my #et project. It's a #bash script that calls out to #ghc #haskell for calculator functionality, plus image fitness function in custom #C code (using #openmp for #parallel processing).
Flatness of #directionality #histogram seems to be a good #metric to add into the #fitness function for exploring #fractals algorithmically, because stretched/skewed images will have strong directionality peaks, while more #isotropic regions will be flatter.
I implemented it using 5x5 #Sobel filters as suggested on the #ImageJ website. Nothing fancy (like Earth Mover's Distance, which I haven't figured out for circular arrays yet) for the histogram comparison, just Euclidean vector distance.
ref: https://imagej.net/Directionality#Local_gradient_orientation
This plugin is used to infer the preferred orientation of structures present in the input image. It computes a histogram indicating the amount of structures in a given direction. Images with completely isotropic content are expected to give a flat histogram, whereas images in which there is a preferred orientation are expected to give a histogram with a peak at that orientation.