Package inra.ijpb.measure.region2d
Class AverageThickness.Result
java.lang.Object
inra.ijpb.measure.region2d.AverageThickness.Result
- Enclosing class:
- AverageThickness
public class AverageThickness.Result
extends java.lang.Object
Inner class used for representing results of average thickness
computations. Each instance corresponds to a single region.
- Author:
- dlegland
-
Field Summary
Fields Modifier and Type Field Description doubleavgThicknessAverage thickness value computed from the average distance.doublemeanDistAverage distance computed along the skeletonjava.lang.StringunitThe unit associated to the measure. -
Constructor Summary
Constructors Constructor Description Result() -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
meanDist
public double meanDistAverage distance computed along the skeleton -
avgThickness
public double avgThicknessAverage thickness value computed from the average distance. Typically: avgThickness = avgDist * 2 - 1. -
unit
public java.lang.String unitThe unit associated to the measure.
-
-
Constructor Details
-
Result
public Result()
-