mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Merge pull request #1015 from maxalbert/master
Fix copy/paste error in `lab2rgb`
This commit is contained in:
@@ -806,7 +806,7 @@ def lab2rgb(lab):
|
||||
|
||||
Parameters
|
||||
----------
|
||||
rgb : array_like
|
||||
lab : array_like
|
||||
The image in Lab format, in a 3-D array of shape ``(.., .., 3)``.
|
||||
|
||||
Returns
|
||||
|
||||
Reference in New Issue
Block a user