/detect-blurry-video

Detect image / video out of focus or not

Primary LanguagePython

detect-blurry video

Paper

Blur Detection for Digital Images Using Wavelet Transform

Usage

Simple call:

python detect_blurry_video.py -i <video_path> -o <output_path>

Call with parameters:

python detect_blurry_video.py -i <video_path> -o <output_path> -t <threshold> -m <min_zero> -f <frame_interval>