13 Commits

Author SHA1 Message Date
Juan Nunez-Iglesias 008775853f Fix setup.py cascade 2015-02-03 15:34:56 +11:00
Stefan van der Walt 78a7b7307a Rename and deprecate filter module to prevent shadowing of built-in keyword 2014-11-10 12:53:50 +02:00
Steven Silvester 50aff0058a Add tifffile.c to the build 2014-10-15 20:59:20 -05:00
François Orieux 7f910e3532 Fix skimage/setup.py 2013-12-10 22:45:14 +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
Jostein Bø Fløystad 011ea024c9 unwrap: Add setup script to build extensions. 2013-11-22 10:42:28 +01:00
Johannes Schönberger 824997af0a Move bilinear interpolation code to shared package 2012-08-21 08:32:20 +02:00
Andreas Mueller e2d60f0135 ENH using union find from morphology module 2012-08-03 11:37:10 +01:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Tony S Yu 0deba46d26 Minor fixes to build process.
* Fix name error when running setup.py from within main package.

* Change `make clean` so that it removes hash files.

* Remove unused import.
2012-02-08 22:38:46 -05:00
Zach Pincus 077a080389 Move to measure submodule
Code moved to new "measure" submodule and another test and better
documentation added.
2011-11-27 17:05:27 -05:00
Zach Pincus 3e9945cf93 Make it work
bug fixes to make it install
2011-11-26 00:36:36 -05:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00