Class JDialogFemurTraceSectionsSeparateNetherland.PolygonShapeInfo

  • Enclosing class:
    JDialogFemurTraceSectionsSeparateNetherland

    class JDialogFemurTraceSectionsSeparateNetherland.PolygonShapeInfo
    extends java.lang.Object
    Polygon shape info class to do shape comparison after the AAM classification applied to do the segmentation.
    Author:
    ruida
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float area  
      poly polygon  
    • Constructor Summary

      Constructors 
      Constructor Description
      PolygonShapeInfo​(poly _polygon, float _area)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • polygon

        public poly polygon
      • area

        public float area
    • Constructor Detail

      • PolygonShapeInfo

        public PolygonShapeInfo​(poly _polygon,
                                float _area)