DocumentReader.computeBlurrinessScore Method¶
Module: DocumentReader
Definition¶
Compute the level of blur in an image
int computeBlurrinessScore(DocumentImage image)
Parameters
image DocumentImagein The image to compute the blurriness score on.
Returns
intLevel of blur in the image (lower = blur, higher = sharp)
Exceptions
An error has occurred during Document Library execution.