Uploaded Image
- Firstly, input image is downscaled, such that width and height is a power of 2.
- Then an array is obtained from image average Red+Green+Blue channel colours of blocksize 4.
- Then with block sizes [32, 16, 8, 4, 2], block counts are calculated, by counting how many squares intersect
with the plotted points from array.
- Finally, fractal dimension is calculated.
It was noted, that resulting fractal dimension is not accurate.