How to detect image blurring in Python without using OpenCV

Viewed 45

I want to detect whether an image is blurred or not without using OpenCV. Is there any simple algorithm to detect the probability of image blurring?

Most source code uses OpenCV. I want to know other libraries or methods besides OpenCV.

0 Answers
Related