Moved contribution statement to CONTRIBUTORS.txt

* Amended docstring
This commit is contained in:
Jeremy Metz
2015-02-24 10:23:47 +00:00
parent 2bc9e82465
commit 09bb2c319c
2 changed files with 6 additions and 4 deletions
+4
View File
@@ -206,3 +206,7 @@
- Kevin Keraudren
Fix and test for feature.peak_local_max
Jeremy Metz
- Adaptation of ImageJ Autothresholder.Li, fixed Qhull error QH6228
+2 -4
View File
@@ -316,8 +316,8 @@ def threshold_li(image):
Returns
-------
threshold : float
Upper threshold value. All pixels intensities that less or equal of
this value assumed as foreground.
Upper threshold value. All pixels intensities that more than
this value assumed to be foreground.
References
----------
@@ -331,8 +331,6 @@ def threshold_li(image):
http://citeseer.ist.psu.edu/sezgin04survey.html
.. [4] ImageJ AutoThresholder code, http://fiji.sc/wiki/index.php/Auto_Threshold
Adapted for skimage by J. Metz from ImageJ plugin by G.Landini
Examples
--------
>>> from skimage.data import camera