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
    double avgThickness
    Average thickness value computed from the average distance.
    double meanDist
    Average distance computed along the skeleton
    java.lang.String unit
    The 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 meanDist
      Average distance computed along the skeleton
    • avgThickness

      public double avgThickness
      Average thickness value computed from the average distance. Typically: avgThickness = avgDist * 2 - 1.
    • unit

      public java.lang.String unit
      The unit associated to the measure.
  • Constructor Details

    • Result

      public Result()