mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
Moved contribution statement to CONTRIBUTORS.txt
* Amended docstring
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user