Guillem Palou Visa
9178e77aef
Changed variable names for readbility, fixed PEP8 compliance
2013-12-24 13:25:48 +01:00
Guillem Palou Visa
a50b05eeb8
Fixing some code, minor revision
2013-12-24 12:00:21 +01:00
Guillem Palou Visa
08dc3a33d0
Changed coding style to be compliant with PEP8
2013-12-24 11:35:21 +01:00
Guillem Palou
53a4388e26
Changed tests to begin segment label at 1 instead of 0
2013-12-23 14:44:23 +01:00
Guillem Palou
e68ab76b24
Added max_size as a parameter
2013-12-23 01:17:51 +01:00
Guillem Palou
0d6540a82c
Changed SLIC superpixels so that connectivity is enforced optionally.
...
A separate, private function is created that implements the postprocessing step
2013-12-23 00:49:06 +01:00
Guillem Palou
8db9096b20
Enforce SLIC superpixels connectivity
2013-12-20 09:18:14 +01:00
Johannes Schönberger
900b35fbc5
Merge pull request #844 from odebeir/add_rank_sum
...
Add sum filter to rank filters (minor increment)
2013-12-18 01:11:01 -08:00
Johannes Schönberger
9a280fd524
Merge pull request #852 from jni/rgrid-int-steps
...
Explicity cast start and step to int in `regular_grid`
2013-12-18 01:03:24 -08:00
Stefan van der Walt
7ecd6946e8
Merge pull request #800 from orieux/wiener-deconvolution
...
Add Wiener deconvolution
2013-12-13 18:42:41 -08:00
François Orieux
9eb878e440
Remove credit field (and others). Pep8 small fix.
2013-12-14 01:31:00 +01:00
Juan Nunez-Iglesias
a67c5e1e2b
Explicity cast start, step to int in regular_grid
2013-12-13 00:54:57 +11:00
François Orieux
e0bb826e9e
Update test file because of the new clip param default to True
2013-12-10 23:30:46 +01:00
François Orieux
cf41cf4521
Remove own licence for skimage licence
2013-12-10 22:45:16 +01:00
François Orieux
44f27e5460
Docstring fix. Clip parameter addition.
2013-12-10 22:45:16 +01:00
François Orieux
15a96d5300
Fix python3 test and real values image.
2013-12-10 22:45:16 +01:00
François Orieux
bda9b4fb3c
Fix travis test
2013-12-10 22:45:16 +01:00
François Orieux
b0b0b112db
Add tests, coverage improvement.
2013-12-10 22:45:16 +01:00
François Orieux
4e2a5a9644
Better docstring. Better test coverage.
2013-12-10 22:45:16 +01:00
François Orieux
587ec48874
Better handle of non real case. Some docstring fix.
2013-12-10 22:45:15 +01:00
François Orieux
0fdb5b2e0a
Change example scaling. Fix ref in doc.
2013-12-10 22:45:15 +01:00
François Orieux
9849d9d419
Add doctest to uft.
2013-12-10 22:45:15 +01:00
François Orieux
29f953d6a9
Fix iscomplex to iscomplexobj. Replace circshift with numpy roll.
2013-12-10 22:45:15 +01:00
François Orieux
e67bdd3471
PR fixs.
2013-12-10 22:45:15 +01:00
François Orieux
8206695afd
Remove import numpy from docstring doctest
2013-12-10 22:45:15 +01:00
François Orieux
6c0c4350b1
Docstring convention about "Input image".
2013-12-10 22:45:15 +01:00
François Orieux
5b2985976d
Blank line remove
2013-12-10 22:45:15 +01:00
François Orieux
43cfff9328
PR review.
...
Copyrigth, dtype check and typo.
2013-12-10 22:45:15 +01:00
François Orieux
cb687d1ac9
Small cleanup, keywords changes.
2013-12-10 22:45:15 +01:00
François Orieux
fe684b845d
Fix circshift. Rename wiener.py to deconvolution (no API change).
2013-12-10 22:45:15 +01:00
François Orieux
2c170ca0b1
Fix doctest
2013-12-10 22:45:15 +01:00
François Orieux
66372a2405
Typo and doc fixs.
2013-12-10 22:45:15 +01:00
François Orieux
7f910e3532
Fix skimage/setup.py
2013-12-10 22:45:14 +01:00
François Orieux
a3b360f84a
Fix test_restoration.py rename.
2013-12-10 22:45:14 +01:00
François Orieux
def48f1909
Rename deconvolution to restoration
2013-12-10 22:45:14 +01:00
François Orieux
997ee1a1cc
rtol to 1e-3 for travis-ci.
...
Maybe this time... travis-ci makes me crazy.
2013-12-10 22:45:13 +01:00
François Orieux
78df3d089d
Diminish rtol to 1e-5 for travis-ci
2013-12-10 22:45:13 +01:00
François Orieux
debce37a93
Use skimage.img_as_float for travis-ci test
2013-12-10 22:45:13 +01:00
François Orieux
c4e1cf5ef4
You shall not pass !
2013-12-10 22:45:11 +01:00
François Orieux
e3cdd5785f
Fix relative uft import for travis-ci pass
2013-12-10 22:45:11 +01:00
François Orieux
be7cf29240
Fix example.
2013-12-10 22:45:11 +01:00
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