Class ImageQA.GlaresCheckParams

  • Enclosing class:
    ImageQA

    public static class ImageQA.GlaresCheckParams
    extends java.lang.Object
    Class containing additional parameters for glare checking
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Double imgMarginPart
      Margin from the image border
      java.lang.Double maxGlaringPart
      Maximum allowed % of area to be covered by glare
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fromJson​(JSONObject object)  
      JSONObject toJsonObject()  
      • Methods inherited from class java.lang.Object

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

      • imgMarginPart

        public java.lang.Double imgMarginPart
        Margin from the image border
      • maxGlaringPart

        public java.lang.Double maxGlaringPart
        Maximum allowed % of area to be covered by glare
    • Constructor Detail

      • GlaresCheckParams

        public GlaresCheckParams()
    • Method Detail

      • toJsonObject

        public JSONObject toJsonObject()
      • fromJson

        public void fromJson​(JSONObject object)