mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 03:01:03 +08:00
Adding author and name of the paper in reference section of adjust_sigmoid
This commit is contained in:
@@ -338,7 +338,8 @@ def adjust_sigmoid(image, cutoff=0.5, gain=10, inv=False):
|
||||
|
||||
References
|
||||
----------
|
||||
.. [1] http://www.cis.rit.edu/fairchild/PDFs/PAP07.pdf
|
||||
.. [1] Gustav J. Braun, "Image Lightness Rescaling Using Sigmoidal Contrast
|
||||
Enhancement Functions" http://www.cis.rit.edu/fairchild/PDFs/PAP07.pdf
|
||||
|
||||
"""
|
||||
_assert_non_negative(image)
|
||||
|
||||
Reference in New Issue
Block a user