Classes for box counting and other types of fractal analysis.
The fraclac.analyzer's main use is gathering and processing data for
box counting fractal analysis, including lacunarity and multifractal
analysis of binary and grayscale digital images, within the
FracLac plugin for
ImageJ.
In addition to running as part of the plugin, the package can be
used independently.
Use
Use the {@link fraclac.analyzer.Scan ScannerFL} class to scan images.
- It depends on an internal variables object, an instance of {@link fraclac.analyzer.Vars Vars} holding
fields for switching to the appropriate methods while
scanning.
- It also depends on an internal {@link fraclac.analyzer.GridSet GridSet}
object that handles the grids used for scanning.
- Data are stored in the
{@link fraclac.analyzer.BoxCount BoxCount} and
{@link fraclac.analyzer.Data Data} objects, and processed using
the {@link fraclac.analyzer.DataProcessor DataProcessor},
{@link fraclac.analyzer.FracStats FracStats},
and {@link fraclac.utilities.Statistics Statistics} objects.
See {@link fraclac.analyzer.FracStats#dFractalDimension fractal dimension}.
See types of analysis.
@author Audrey Karperien
@since IJ 1.49o
@since jdk 1.6
@version FracLac 2014Jan $Rev: 214 $ Revision $Id: package.html 214 2015-03-12 04:28:28Z coder $