public class HyphalAnalyser
extends java.lang.Object
Constructor and Description |
---|
HyphalAnalyser(ij.process.ImageProcessor image,
double res,
java.awt.Rectangle imageBox,
java.awt.Rectangle objBox) |
Modifier and Type | Method and Description |
---|---|
void |
analyse()
Analyses the skeletal structure contained in image and determines
the total length, the number of end-points and the ratio of total length
to end-points.
|
int |
getBranchpoints() |
ij.process.ImageProcessor |
getBWOutput() |
ij.process.ImageProcessor |
getColorOutput() |
double |
getHGU() |
int |
getLength() |
int |
getTips() |
int |
searchNeighbourhood(int x,
int y,
int radius,
int value) |
public HyphalAnalyser(ij.process.ImageProcessor image, double res, java.awt.Rectangle imageBox, java.awt.Rectangle objBox)
public void analyse()
public int searchNeighbourhood(int x, int y, int radius, int value)
public double getHGU()
public int getLength()
public int getTips()
public int getBranchpoints()
public ij.process.ImageProcessor getColorOutput()
public ij.process.ImageProcessor getBWOutput()