Skip to content

perchrh/ImageJFractalDimension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, by the boxing dimension. 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

About

Estimates fractal dimension of 2D and 3D images, including topographic surface maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages