mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-16 11:21:25 +08:00
copy editing docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user