copy editing docs

This commit is contained in:
Matt Terry
2013-07-25 15:17:11 -07:00
parent 3326239962
commit e848ba1e61
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1037,6 +1037,7 @@ def combine_stains(stains, conv_matrix):
def lab2lch(lab):
"""CIE-LAB to CIE-LCH color space conversion.
LCH is the cylindrical representation of the LAB (cartesian) colorspace
Parameters
@@ -1081,6 +1082,7 @@ def lab2lch(lab):
def lch2lab(lch):
"""CIE-LCH to CIE-LAB color space conversion.
LCH is the cylindrical representation of the LAB (cartesian) colorspace
Parameters
+1 -1
View File
@@ -36,7 +36,7 @@ def _arctan2pi(b, a):
def deltaE_cie76(lab1, lab2):
"""Euclidian distance between two points in in Lab color space
"""Euclidian distance between two points in Lab color space
Parameters
----------