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
Johannes Schönberger
c1b2d5159d
Add test for reflected padding
2013-12-10 09:29:51 +01:00
Johannes Schönberger
b815b5d045
Refactor final slicing
2013-12-10 09:19:47 +01:00
Johannes Schönberger
598ee3f9ec
Improve description of match_template
2013-12-10 09:19:17 +01:00
Johannes Schönberger
48334705c1
Fix ndim test
2013-12-09 11:44:26 +01:00
Johannes Schönberger
50e155e254
Fix test case
2013-12-09 11:43:32 +01:00
Johannes Schönberger
914b8cbfe5
Re-order input checks
2013-12-09 08:21:22 +01:00
Johannes Schönberger
e1033e3f8a
Add missing bracket in doc tests
2013-12-09 08:06:16 +01:00
Johannes Schönberger
8ae8548dfd
Avoid temporary array allocations
2013-12-09 07:52:08 +01:00
Stefan van der Walt
0d5b822110
Merge pull request #848 from ahojnnes/warps
...
Speed up warps by inlining interpolation functions
2013-12-08 19:03:16 -08:00
Johannes Schönberger
d8b343e430
Fix doc tests
2013-12-09 01:00:32 +01:00
Johannes Schönberger
688778b572
Move inlined function definitions to header for actual inlining
2013-12-09 00:57:07 +01:00
Johannes Schönberger
7924c46cfd
Add tests for wrong input shapes
2013-12-09 00:44:36 +01:00
Johannes Schönberger
baa0b2cfbf
Add tests for 3-D template matching
2013-12-09 00:42:20 +01:00
Johannes Schönberger
8443c8469c
Reuse 2D sum in 3D sum
2013-12-09 00:33:01 +01:00
Johannes Schönberger
84e03ec48b
Add support for 3-D template matching
2013-12-09 00:31:51 +01:00
Johannes Schönberger
33d00e7411
Update arraypad tests
2013-12-09 00:07:00 +01:00
Johannes Schönberger
2e9e6a4ce3
Fix doctests
2013-12-09 00:04:54 +01:00
Johannes Schönberger
783c04baec
Fix bug in array padding, template matching
2013-12-08 18:54:02 +01:00
Tony S Yu
d7cf60ef0b
Attempt to fix failing test on Python 3 buildbot
2013-12-07 11:45:37 -06:00
Tony S Yu
f7fa4049f5
Test null plugin
2013-12-07 10:41:03 -06:00
Tony S Yu
b715b79c31
Test Image._repr_png_
2013-12-07 10:26:56 -06:00
Tony S Yu
f04e14272f
Fix doctest which causes side-effects.
...
I'm not sure that there's a safe way to write this example as a doctest,
but I think this will pass on Travis (although it still has side-effects.
2013-12-07 01:07:17 -06:00
Tony S Yu
6a751045f1
Un-revert commits added to test Travis CI failures
2013-12-07 01:04:40 -06:00
Tony S Yu
27bab63900
Un-revert "Fix failing doctest on systems w/o PIL" commit
2013-12-07 00:22:34 -06:00
Tony S Yu
c09f1bfd32
Revert previous 3 commits to test Travis CI failures.
2013-12-07 00:01:32 -06:00
Tony S Yu
99c5ba409a
Slight clean up of tests
2013-12-06 23:43:56 -06:00
Tony S Yu
c329ff14bc
Fix failing doctest on systems w/o PIL
2013-12-06 22:40:37 -06:00
Tony S Yu
0f88bed41d
Remove inherited config and file-type-specific code.
...
This functionality needs to fleshed out a bit more. This commit can be
reverted after the initial refactor PR.
2013-12-06 22:40:25 -06:00
odebeir
2e84dc6399
fix:indentation
2013-12-06 20:13:00 +01:00
Olivier Debeir
cb310feab1
fix:rtank.__init__
2013-12-06 13:42:06 +01:00
Olivier Debeir
9d734ad4f2
fix:docstring in sum_bilateral
2013-12-06 12:05:36 +01:00
Olivier Debeir
0b8d83c24c
fix:rank.sum docstrings
2013-12-06 10:50:27 +01:00
Olivier Debeir
3f08779810
add:rank.sum_bilateral
2013-12-06 10:47:52 +01:00
Olivier Debeir
d98ed722d9
add:rank.sum_percentile
2013-12-06 10:37:39 +01:00
Olivier Debeir
1f8adcc755
fix:indent
2013-12-06 10:09:10 +01:00
Olivier Debeir
ef5de4165b
fix:rank.sum docstring
2013-12-06 10:08:27 +01:00
Olivier Debeir
0fc0c9f042
fix:rank.sum docstring
2013-12-06 10:06:32 +01:00
Olivier Debeir
39b256a7ed
fix:rank.sum docstring
2013-12-06 10:05:19 +01:00
Olivier Debeir
fe0e252db6
shorten line
2013-12-06 09:08:34 +01:00
Olivier Debeir
ed0ae50f62
add rank filter sum
2013-12-06 09:05:55 +01:00
Tony S Yu
e59daf474c
Modest attempt at normalizing file extensions
2013-12-05 23:38:13 -06:00
Tony S Yu
99aa5a8238
Move io._plugins.plugin to io.manage_plugins
2013-12-05 23:19:47 -06:00
Tony S Yu
0922ccf923
Refactor load_preferred_plugins
2013-12-05 23:19:47 -06:00
Tony S Yu
ac4eb5ae7b
Make preferred_plugins a dict
2013-12-05 23:19:47 -06:00
Tony S Yu
6994bc53b9
Add test for loading preferred plugins.
2013-12-05 23:19:47 -06:00
Tony S Yu
860c6b5cb5
Use InheritedConfig for plugin_store
2013-12-05 23:19:46 -06:00
Tony S Yu
f1dce4be9d
Change plugin_store to use InheritedConfig
2013-12-05 23:19:46 -06:00
Tony S Yu
fabe4fa0cc
Move tests to separate file.
2013-12-05 23:19:46 -06:00
Tony S Yu
e04066de7e
Change InheritedConfig so a key is contained if a parent key is contained
2013-12-05 23:19:46 -06:00