MATLAB: How to get Lacunarity data for image

lacunarity

I am doing a project to extract the lacunarity of the image (.png). It has multiple image, so it is better if it can run itself.
I am new in this, may I know any one has the functional sample code for it?

Best Answer

You can refer to the following File Exchange link to get the Lacunarity of a binary image. If the pixel values are different from 0 and 1 as in a grayscale image, You will have to convert your image to binary before using the code from the link.
Related Question