Estimate a Fractal dimension of 2d image
I want to estimate a value of Fractal dimension for some part of 2d image (photo). How can I calculate estimation of this value, eg for 15x15 pixel subimage with rgb colors?
Thanks.
Treat the pixel data as a surface in 5-space (one dimension each for X, Y, R, G and B), then do box-counting.
Update: This is a pretty clear overview of box-counting in two dimensions, but it shouldn't be hard to generalise.
A hilbert curve has a fractal dimension of 2. A peano curve also. What image do you want to process? What kind of fractal do you want to use?
链接地址: http://www.djcxy.com/p/65282.html上一篇: 良好的图形/复杂网络库
下一篇: 估计二维图像的分形维数