These are ImageJ plugins for estimating fractal dimension from images using box counting methods. The following image types are supported: 2D binary (black and white), 2D greyscale (map), 3D (black and white).
The plugins were written by Jens Bache-Wiig and myself and are free software in the public domain.
Java 1.5 or later is required.
To install the plugins, copy the .class files to the ImageJ plugin folder.
Estimates the fractal dimension of 2D and 3D binary images. Supports offsets for added reliability and reproduceability of results.
Estimates the fractal dimension of 2D greylevel images interpreted as as topographic surface (maps). Supports offsets for added reliability and reproduceability of results. Algorithm based on SDBC, see documentation and source code for more details.
The original SDBC algorithm.