Size Too Large Validator
class SizeTooLargeValidator(maxEdgeLengthToImageShorterSideRatioThreshold: Double = DEFAULT_THRESHOLD_MAX_EDGE_LENGTH_TO_IMAGE_SHORTER_SIDE_RATIO) : PalmAutoCaptureFrameParametersValidator
Too large size validation.
Parameters
max Edge Length To Image Shorter Side Ratio Threshold
Maximum ratio of the palm shortest edge length to image shorter side threshold. Value greater than or equal to 0.0. Default value is 0.48.
Throws
If the value is less than 0.0.
Constructors
Link copied to clipboard
constructor(maxEdgeLengthToImageShorterSideRatioThreshold: Double = DEFAULT_THRESHOLD_MAX_EDGE_LENGTH_TO_IMAGE_SHORTER_SIDE_RATIO)