0

Most of the literature gives the method of estimating fractal dimension for grayscale images using differential box couting methods. But they considered only 8 bit images which has 256 gray levels. Can anyone give advice on how to select box height for 32-bit grayscale images. By following the existing methods I was getting FD value less than 2 which means the algorithm is wrong. I'm using the algorithm describes in this paper. https://doi.org/10.1016/j.measurement.2019.106859

Or should we consider a 32 bit grayscale image as rgb image?

I tried changing the box-height accordign to image size, grid size, standard deviation of pixel values, difference in maximum and minimum of pixel values. I couldnt get a promisisng result. Anyone with the expertise please suggest on how to proceed with this problem.

1 Answer 1

-1

Nr -number of box for a give r- is calculated based on G max (max value of the pixel in the box) and G min. the algorithm is suitable for all gray level

Sign up to request clarification or add additional context in comments.

2 Comments

As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.
There is a problem with your mentioned 'G max within the box'. If we chose the G max in the box then we cannot compare two different images with different G max which makes the calculated FD, kind of useless.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.