/Blur

检测图片是否模糊并分类

Primary LanguagePython

Blur Detection

Blur Detection works using the total variance of the laplacian of an image, this provides a quick and accurate method for scoring how blurry an image is.

This package only depends on numpy and opencv, to install them run,

pip install -U -r requirements.txt
# save this information to json
python main.py -i input_directory/ -s results.json