Skip to content

Python implementation of Krishnan et al. "Fast image deconvolution using hyper-Laplacian priors." (2009)

Notifications You must be signed in to change notification settings

mingyang-tu/fastdeconv-deblur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deblurring

Python implementation of Krishnan et al. "Fast image deconvolution using hyper-Laplacian priors." (2009)

Requirements

  • numpy
  • scipy
  • opencv-python

Usage

See example.py

from fastdeconv import FastDeconvolution

fd = FastDeconvolution(blurred_image, kernel, lambda_, alpha)
deblurred = fd.solve()

About

Python implementation of Krishnan et al. "Fast image deconvolution using hyper-Laplacian priors." (2009)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages