mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
Correcting typo in the reference section of adjust_sigmoid.
This commit is contained in:
@@ -339,6 +339,7 @@ def adjust_sigmoid(image, cutoff=0.5, gain=10, inv=False):
|
||||
References
|
||||
----------
|
||||
.. [1] http://www.cis.rit.edu/fairchild/PDFs/PAP07.pdf
|
||||
|
||||
"""
|
||||
_assert_non_negative(image)
|
||||
dtype = image.dtype.type
|
||||
|
||||
Reference in New Issue
Block a user