PalmOutOfBoundsValidator
class PalmOutOfBoundsValidator( minCornerDistanceToImageShorterSideRatioThreshold: Double = DEFAULT_THRESHOLD_MIN_CORNER_DISTANCE_TO_IMAGE_SHORTER_SIDE_RATIO) : PalmAutoCaptureDetectionValidator
Palm position validation.
Parameters
minCornerDistanceToImageShorterSideRatioThreshold
Minimum ratio of the palm point distance to the side threshold. Value in interval [0.0, 1.0]
. Default value is 0.03
.
Throws
If value is out of the interval.
Constructors
Link copied to clipboard
fun PalmOutOfBoundsValidator(minCornerDistanceToImageShorterSideRatioThreshold: Double = DEFAULT_THRESHOLD_MIN_CORNER_DISTANCE_TO_IMAGE_SHORTER_SIDE_RATIO)