Image Blur Detection, Image Quality Assessment
This article dives into the world of image blur detection, exploring both traditional and deep learning-based methods. Traditional techniques make use of Laplacian and Fourier transforms, while deep learning approaches harness the power of Convolutional Neural Networks (CNNs) to classify or score images for blur identification.
blur detection, detect blur/nonblur area, score the image
traditional methods
score and output mask for blurry areas using laplacian
This project outputs regions in an image which are sharp and blurry. In order to perform “OUT-OF-FOCUS” blur estimation, please refer to this repo