Skip to content

Latest commit

 

History

History
executable file
·
41 lines (24 loc) · 1.54 KB

README.md

File metadata and controls

executable file
·
41 lines (24 loc) · 1.54 KB

ImageJ plugins::Fractal dimension

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.

Fractal Count (FractalCount_.java)

Estimates the fractal dimension of 2D and 3D binary images. Supports offsets for added reliability and reproduceability of results.

Ready to run plugin

Fractal Count for maps, improved SDBC (MapFractalCount_.java)

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.

Ready to run plugin

Documentation

Fractal Count for maps, original SDBC (SDBC_.java)

The original SDBC algorithm.

Ready to run plugin

Documentation