Class | Description |
---|---|
Batch_Analyser |
BatchAnalyser is designed to automatically analyse a batch of images of
filamentous microbes and output data on parameters such as object area,
circularity, lacunarity, fractal dimension, total hyphal length, total number
of tips and hyphal growth unit.
|
ExitDialog |
A dialog displayed in response to a request from the user to exit the
application.
|
HyphalAnalyser |
Determines the total length (Lt) of a hyphal structure (a binary skeleton),
the total number of hyphal tips (N) and the hyphal growth unit (Lt/N).
|
Main | |
ResultSummariser |
Summarises results presented in ImageJ's Results Table.
|
SkeletonPruner |
SkeletonPruner takes as argument a ByteProcessor, containing a binary
skeleton object.
|
UserInterface |