Commit Graph

15 Commits

Author SHA1 Message Date
François Orieux 37ea62dedf Add the reference image for Richardson Lucy test. 2013-12-10 22:45:11 +01:00
François Orieux c84a3bab07 Add test for Richardson Lucy. 2013-12-10 22:45:10 +01:00
François Orieux 11599f772a Typo fix. 2013-12-10 22:45:10 +01:00
François Orieux 7042d778e6 Fix the bad results of unsupervised deconvolution.
The initial implementation was simplified to reduce the number of
local variable. Consequently the parameter data.size was wrong. It was
the size of the fourier spectrum, with hermitian property, instead of
the real space size. This should work.

In addition the PSF is now normalized.
2013-12-10 22:45:10 +01:00
François Orieux 4b233098e7 Whitespace... 2013-12-10 22:45:09 +01:00
François Orieux c942ad54c7 Inline crandn function. 2013-12-10 22:45:09 +01:00
François Orieux d2e04fde2e Add pdf paper 2013-12-10 22:45:09 +01:00
François Orieux 2112ec01e4 Add a small note explaining the wiener filter. 2013-12-10 22:45:09 +01:00
François Orieux b62bd9dfb6 Change copyright to scikit-image team 2013-12-10 22:45:09 +01:00
François Orieux beae90bbef Remove __author__ line and add in CONTRIBUTORS.txt 2013-12-10 22:45:09 +01:00
François Orieux ec123d7547 Use assert_allclose for testing. 2013-12-10 22:45:09 +01:00
François Orieux 4d1df18241 Remove anfft and fftw dependency 2013-12-10 22:45:09 +01:00
Christoph Deil e25ccf61f6 Some improvements to new deconvolution code 2013-12-10 22:45:09 +01:00
François Orieux 17cc22802c Rename test to tests 2013-12-10 22:45:09 +01:00
François Orieux 33aedfd9aa Add deconvolution module to skimage.
This module add three function to skimage. The `wiener` function is a
simple wiener deconvolution. The `unsupervised_wiener` is a more
sophisticated wiener deconvolution with automatic estimation of
regularisation parameters. The third function is a literal traduction
in python of the rychardson lucy deconvolution of wikipedia.
2013-12-10 22:45:07 +01:00