Paper and Video
Paper |
[StochasticDeconvolution-Gregson2013.pdf] |
Video | [StochasticDeconvolution-Gregson2013.mp4] |
Citation
@InProceedings{StochasticDeconvolution-Gregson2012, author = {James Gregson and Felix Heide and Matthias B. Hullin and Mushfiqur Rouf and Wolfgang Heidrich}, title = {{S}tochastic {D}econvolution}, booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, year = {2013}, month = {June}, pages = {(to appear)}, } |
Results
A subset of results from the paper are available in the [supplementary material]Sample Code
Sample code implementing the basic method can be downloaded here: [sample code].The sample code demonstrates applying the stochastic random walk to deblurring an input image that is synthetically blurred using a hard-coded PSF that mimics motion blur. The code depends on ImageMagick for image loading and saving as well as CMake for a build system. The code is heavily commented and primarily intended to illustrate the basic method, many features are omitted to keep the code simple and easy to understand and modify.
The following are NOT implemented by the sample code:
- Color images
- Boundary conditions and saturation
- Gamma correction
- Most priors from the paper (demo uses isotropic TV)
However we hope that this code will allow others to use and adapt the method for their work. Please see the README file included with the code for compilation and usage instructions.