QualityAttributeThresholds
data class QualityAttributeThresholds @JvmOverloads constructor( val minConfidence: Double? = null, val sizeInterval: IntervalDouble? = 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, minSharpness: Double? = null, brightnessInterval: IntervalDouble? = null)