@Deprecated public interface GeodesicDiameter extends Algo
Example of use:
ChamferWeights weights = ChamferWeights.CHESSKNIGHT;
GeodesicDiameter gd = new GeodesicDiameterFloat(weights);
ResultsTable table = gd.analyseImage(inputLabelImage);
table.show("Geodesic Diameter");
GeodesicDiameter| Modifier and Type | Method and Description |
|---|---|
ij.measure.ResultsTable |
analyzeImage(ij.process.ImageProcessor labelImage)
Deprecated.
computes geodesic diameter for each region of the input image.
|
addAlgoListener, removeAlgoListenerij.measure.ResultsTable analyzeImage(ij.process.ImageProcessor labelImage)
labelImage - the label image containing regions.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.