Class JDialogPatellaTraceSectionsNIH.ShapeFactor

  • Enclosing class:
    JDialogPatellaTraceSectionsNIH

    class JDialogPatellaTraceSectionsNIH.ShapeFactor
    extends java.lang.Object
    shape descriptor class.
    Author:
    ruida
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapeFactor​(float _formFactor, float _roundness, float _compactness, float _aspectRatio, float _eccentricity, float _area, float _perimeter, float _avgIntensity)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • formFactor

        public float formFactor
      • roundness

        public float roundness
      • compactness

        public float compactness
      • aspectRatio

        public float aspectRatio
      • eccentricity

        public float eccentricity
      • area

        public float area
      • perimeter

        public float perimeter
      • avgIntensity

        public float avgIntensity
    • Constructor Detail

      • ShapeFactor

        public ShapeFactor​(float _formFactor,
                           float _roundness,
                           float _compactness,
                           float _aspectRatio,
                           float _eccentricity,
                           float _area,
                           float _perimeter,
                           float _avgIntensity)