Quality Attribute Thresholds
data class QualityAttributeThresholds @JvmOverloads constructor(val minConfidence: Double? = null, val sizeInterval: IntervalDouble? = null, val minTemplateExtractionQuality: Double? = null, val minSharpness: Double? = null, val brightnessInterval: IntervalDouble? = null)
Thresholds of quality attributes.
Throws
If any of the parameters is out of the interval.
Constructors
Link copied to clipboard
fun QualityAttributeThresholds(minConfidence: Double? = null, sizeInterval: IntervalDouble? = null, minTemplateExtractionQuality: Double? = null, minSharpness: Double? = null, brightnessInterval: IntervalDouble? = null)