sharpnessAcceptanceFactor property

double? sharpnessAcceptanceFactor
getter/setter pair

Accepted minimal sharpness score. Images with a score less than that will be rejected with RecognitionStatus::ErrorTooBlurry. Default is 80. 0 - any image will be accepted. 80 - a good compromise; the recommended setting. 100 - only very sharp images will be accepted.

Implementation

double? sharpnessAcceptanceFactor;