mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 01:42:45 +08:00
53 lines
910 B
Plaintext
53 lines
910 B
Plaintext
.. AUTO-GENERATED FILE -- DO NOT EDIT!
|
|
|
|
Module: :mod:`color`
|
|
====================
|
|
.. automodule:: scikits.image.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
|
|
|