Correcting typo in the reference section of adjust_sigmoid.

This commit is contained in:
Ankit Agrawal
2013-06-12 16:32:15 +08:00
parent 884ac317c8
commit 2c0e20f972
+1
View File
@@ -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