QualityAttributeThresholds
data class QualityAttributeThresholds @JvmOverloads constructor( minConfidence: Double? = null, maxDevicePitchAngle: Float? = null, sizeInterval: IntervalDouble? = null) : Serializable
Thresholds of quality attributes.
Parameters
minConfidence
Minimum detection confidence. Value in interval [0.0, 1.0]
.
maxDevicePitchAngle
Maximum device pitch angle. Degrees in interval [0.0, 90.0]
.
sizeInterval
Valid face size interval. Values greater than or equal to 0.0
.
Throws
If any of the values is out of the interval.
Constructors
Link copied to clipboard
fun QualityAttributeThresholds(minConfidence: Double? = null, maxDevicePitchAngle: Float? = null, sizeInterval: IntervalDouble? = null)