mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-03 13:11:25 +08:00
Fix the description of make coverage.
This commit is contained in:
@@ -8,5 +8,4 @@ API Reference
|
||||
scikits.image.color
|
||||
scikits.image.filter
|
||||
scikits.image.io
|
||||
scikits.image.opencv
|
||||
scikits.image.transform
|
||||
|
||||
@@ -7,10 +7,46 @@ Module: :mod:`color`
|
||||
.. currentmodule:: scikits.image.color
|
||||
.. autosummary::
|
||||
|
||||
scikits.image.color.convert_colorspace
|
||||
scikits.image.color.hsv2rgb
|
||||
scikits.image.color.rgb2hsv
|
||||
scikits.image.color.rgb2rgbcie
|
||||
scikits.image.color.rgb2xyz
|
||||
scikits.image.color.rgbcie2rgb
|
||||
scikits.image.color.xyz2rgb
|
||||
|
||||
convert_colorspace
|
||||
------------------
|
||||
|
||||
.. autofunction:: scikits.image.color.convert_colorspace
|
||||
|
||||
hsv2rgb
|
||||
-------
|
||||
|
||||
.. autofunction:: scikits.image.color.hsv2rgb
|
||||
|
||||
rgb2hsv
|
||||
-------
|
||||
|
||||
.. autofunction:: scikits.image.color.rgb2hsv
|
||||
|
||||
rgb2rgbcie
|
||||
----------
|
||||
|
||||
.. autofunction:: scikits.image.color.rgb2rgbcie
|
||||
|
||||
rgb2xyz
|
||||
-------
|
||||
|
||||
.. autofunction:: scikits.image.color.rgb2xyz
|
||||
|
||||
rgbcie2rgb
|
||||
----------
|
||||
|
||||
.. autofunction:: scikits.image.color.rgbcie2rgb
|
||||
|
||||
xyz2rgb
|
||||
-------
|
||||
|
||||
.. autofunction:: scikits.image.color.xyz2rgb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user