Skip to content

Instantly share code, notes, and snippets.

@dosas
dosas / blurdetect.py
Last active December 10, 2015 02:39
#!/usr/bin/env python
"""
This is an implementation of the paper found here: http://www.cs.cmu.edu/~htong/pdf/ICME04_tong.pdf
"""
import os
import sys
import pywt
import Image as im