public class GeodesicDiameter.Result extends Object
| Modifier and Type | Field and Description | 
|---|---|
double | 
diameter
The geodesic diameter of the region 
 | 
Point2D | 
firstExtremity
The first geodesic extremity found by the algorithm. 
 | 
Point2D | 
initialPoint
The initial point used for propagating distances, corresponding the
 center of one of the minimum inscribed circles. 
 | 
double | 
innerRadius
The radius of the largest inner circle. 
 | 
List<Point2D> | 
path
The largest geodesic path within the particle, joining the first and
 the second geodesic extremities. 
 | 
Point2D | 
secondExtremity
The second geodesic extremity found by the algorithm. 
 | 
| Constructor and Description | 
|---|
Result()  | 
| Modifier and Type | Method and Description | 
|---|---|
GeodesicDiameter.Result | 
recalibrate(ij.measure.Calibration calib)
Computes the result corresponding to the spatial calibration. 
 | 
public double diameter
public Point2D initialPoint
public double innerRadius
public Point2D firstExtremity
public Point2D secondExtremity
public GeodesicDiameter.Result recalibrate(ij.measure.Calibration calib)
calib - the spatial calibration of an imageCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.