Color space conversion.
Stain to RGB color space conversion. | |
Convert an image array to a new color space. | |
Euclidean distance between two points in Lab color space | |
Color difference as given by the CIEDE 2000 standard. | |
Color difference according to CIEDE 94 standard | |
Color difference from the CMC l:c standard. | |
Create an RGB representation of a gray-level image. | |
Create a RGBA representation of a gray-level image. | |
Haematoxylin-Eosin-DAB (HED) to RGB color space conversion. | |
HSV to RGB color space conversion. | |
Convert image in CIE-LAB to CIE-LCh color space. | |
Convert image in CIE-LAB to sRGB color space. | |
Convert image in CIE-LAB to XYZ color space. | |
Return an RGB image where color-coded labels are painted over the image. | |
Convert image in CIE-LCh to CIE-LAB color space. | |
Luv to RGB color space conversion. | |
CIE-Luv to XYZ color space conversion. | |
Compute luminance of an RGB image. | |
RGB to Haematoxylin-Eosin-DAB (HED) color space conversion. | |
RGB to HSV color space conversion. | |
Conversion from the sRGB color space (IEC 61966-2-1:1999) to the CIE Lab colorspace under the given illuminant and observer. | |
RGB to CIE-Luv color space conversion. | |
RGB to RGB CIE color space conversion. | |
RGB to XYZ color space conversion. | |
RGB to YCbCr color space conversion. | |
RGB to YDbDr color space conversion. | |
RGB to YIQ color space conversion. | |
RGB to YPbPr color space conversion. | |
RGB to YUV color space conversion. | |
RGBA to RGB conversion using alpha blending [1]. | |
RGB CIE to RGB color space conversion. | |
RGB to stain color space conversion. | |
XYZ to CIE-LAB color space conversion. | |
XYZ to CIE-Luv color space conversion. | |
XYZ to RGB color space conversion. | |
Get the CIE XYZ tristimulus values. | |
YCbCr to RGB color space conversion. | |
YDbDr to RGB color space conversion. | |
YIQ to RGB color space conversion. | |
YPbPr to RGB color space conversion. | |
YUV to RGB color space conversion. |
skimage.color.combine_stains(stains, conv_matrix, *, channel_axis=-1) [source]
Stain to RGB color space conversion.
stains(…, C=3, …) array_like The image in stain color space. By default, the final dimension denotes channels.
The stain separation matrix as described by G. Landini [1].
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If stains is not at least 2-D with shape (…, C=3, …).
Stain combination matrices available in the color module and their respective colorspace:
rgb_from_hed: Hematoxylin + Eosin + DABrgb_from_hdx: Hematoxylin + DABrgb_from_fgx: Feulgen + Light Greenrgb_from_bex: Giemsa stain : Methyl Blue + Eosinrgb_from_rbd: FastRed + FastBlue + DABrgb_from_gdx: Methyl Green + DABrgb_from_hax: Hematoxylin + AECrgb_from_bro: Blue matrix Anilline Blue + Red matrix Azocarmine + Orange matrix Orange-Grgb_from_bpx: Methyl Blue + Ponceau Fuchsinrgb_from_ahx: Alcian Blue + Hematoxylinrgb_from_hpx: Hematoxylin + PASA. C. Ruifrok and D. A. Johnston, “Quantification of histochemical staining by color deconvolution,” Anal. Quant. Cytol. Histol., vol. 23, no. 4, pp. 291–299, Aug. 2001.
>>> from skimage import data >>> from skimage.color import (separate_stains, combine_stains, ... hdx_from_rgb, rgb_from_hdx) >>> ihc = data.immunohistochemistry() >>> ihc_hdx = separate_stains(ihc, hdx_from_rgb) >>> ihc_rgb = combine_stains(ihc_hdx, rgb_from_hdx)
skimage.color.convert_colorspace(arr, fromspace, tospace, *, channel_axis=-1) [source]
Convert an image array to a new color space.
‘RGB’, ‘HSV’, ‘RGB CIE’, ‘XYZ’, ‘YUV’, ‘YIQ’, ‘YPbPr’, ‘YCbCr’, ‘YDbDr’
arr(…, C=3, …) array_like The image to convert. By default, the final dimension denotes channels.
fromspacestr The color space to convert from. Can be specified in lower case.
tospacestr The color space to convert to. Can be specified in lower case.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The converted image. Same dimensions as input.
If fromspace is not a valid color space
If tospace is not a valid color space
Conversion is performed through the “central” RGB color space, i.e. conversion from XYZ to HSV is implemented as XYZ -> RGB -> HSV instead of directly.
>>> from skimage import data >>> img = data.astronaut() >>> img_hsv = convert_colorspace(img, 'RGB', 'HSV')
skimage.color.deltaE_cie76(lab1, lab2, channel_axis=-1) [source]
Euclidean distance between two points in Lab color space
lab1array_like reference color (Lab colorspace)
lab2array_like comparison color (Lab colorspace)
channel_axisint, optional This parameter indicates which axis of the arrays corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
dEarray_like distance between colors lab1 and lab2
A. R. Robertson, “The CIE 1976 color-difference formulae,” Color Res. Appl. 2, 7-11 (1977).
skimage.color.deltaE_ciede2000(lab1, lab2, kL=1, kC=1, kH=1, *, channel_axis=-1) [source]
Color difference as given by the CIEDE 2000 standard.
CIEDE 2000 is a major revision of CIDE94. The perceptual calibration is largely based on experience with automotive paint on smooth surfaces.
lab1array_like reference color (Lab colorspace)
lab2array_like comparison color (Lab colorspace)
kLfloat (range), optional lightness scale factor, 1 for “acceptably close”; 2 for “imperceptible” see deltaE_cmc
kCfloat (range), optional chroma scale factor, usually 1
kHfloat (range), optional hue scale factor, usually 1
channel_axisint, optional This parameter indicates which axis of the arrays corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
deltaEarray_like The distance between lab1 and lab2
CIEDE 2000 assumes parametric weighting factors for the lightness, chroma, and hue (kL, kC, kH respectively). These default to 1.
M. Melgosa, J. Quesada, and E. Hita, “Uniformity of some recent color metrics tested with an accurate color-difference tolerance dataset,” Appl. Opt. 33, 8069-8077 (1994).
skimage.color.deltaE_ciede94(lab1, lab2, kH=1, kC=1, kL=1, k1=0.045, k2=0.015, *, channel_axis=-1) [source]
Color difference according to CIEDE 94 standard
Accommodates perceptual non-uniformities through the use of application specific scale factors (kH, kC, kL, k1, and k2).
lab1array_like reference color (Lab colorspace)
lab2array_like comparison color (Lab colorspace)
kHfloat, optional Hue scale
kCfloat, optional Chroma scale
kLfloat, optional Lightness scale
k1float, optional first scale parameter
k2float, optional second scale parameter
channel_axisint, optional This parameter indicates which axis of the arrays corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
dEarray_like color difference between lab1 and lab2
deltaE_ciede94 is not symmetric with respect to lab1 and lab2. CIEDE94 defines the scales for the lightness, hue, and chroma in terms of the first color. Consequently, the first color should be regarded as the “reference” color.
kL, k1, k2 depend on the application and default to the values suggested for graphic arts
Parameter | Graphic Arts | Textiles |
|---|---|---|
| 1.000 | 2.000 |
| 0.045 | 0.048 |
| 0.015 | 0.014 |
skimage.color.deltaE_cmc(lab1, lab2, kL=1, kC=1, *, channel_axis=-1) [source]
Color difference from the CMC l:c standard.
This color difference was developed by the Colour Measurement Committee (CMC) of the Society of Dyers and Colourists (United Kingdom). It is intended for use in the textile industry.
The scale factors kL, kC set the weight given to differences in lightness and chroma relative to differences in hue. The usual values are kL=2, kC=1 for “acceptability” and kL=1, kC=1 for “imperceptibility”. Colors with dE > 1 are “different” for the given scale factors.
lab1array_like reference color (Lab colorspace)
lab2array_like comparison color (Lab colorspace)
channel_axisint, optional This parameter indicates which axis of the arrays corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
dEarray_like distance between colors lab1 and lab2
deltaE_cmc the defines the scales for the lightness, hue, and chroma in terms of the first color. Consequently deltaE_cmc(lab1, lab2) != deltaE_cmc(lab2, lab1)
F. J. J. Clarke, R. McDonald, and B. Rigg, “Modification to the JPC79 colour-difference formula,” J. Soc. Dyers Colour. 100, 128-132 (1984).
skimage.color.gray2rgb(image, *, channel_axis=-1) [source]
Create an RGB representation of a gray-level image.
imagearray_like Input image.
channel_axisint, optional This parameter indicates which axis of the output array will correspond to channels.
rgb(…, C=3, …) ndarray RGB image. A new dimension of length 3 is added to input image.
If the input is a 1-dimensional image of shape (M,), the output will be shape (M, C=3).
Region Boundary based Region adjacency graphs (RAGs)
skimage.color.gray2rgba(image, alpha=None, *, channel_axis=-1) [source]
Create a RGBA representation of a gray-level image.
imagearray_like Input image.
alphaarray_like, optional Alpha channel of the output image. It may be a scalar or an array that can be broadcast to image. If not specified it is set to the maximum limit corresponding to the image dtype.
channel_axisint, optional This parameter indicates which axis of the output array will correspond to channels.
Added in version 0.19: channel_axis was added in 0.19.
rgbandarray RGBA image. A new dimension of length 4 is added to input image shape.
skimage.color.hed2rgb(hed, *, channel_axis=-1) [source]
Haematoxylin-Eosin-DAB (HED) to RGB color space conversion.
hed(…, C=3, …) array_like The image in the HED color space. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB. Same dimensions as input.
If hed is not at least 2-D with shape (…, C=3, …).
A. C. Ruifrok and D. A. Johnston, “Quantification of histochemical staining by color deconvolution.,” Analytical and quantitative cytology and histology / the International Academy of Cytology [and] American Society of Cytology, vol. 23, no. 4, pp. 291-9, Aug. 2001.
>>> from skimage import data >>> from skimage.color import rgb2hed, hed2rgb >>> ihc = data.immunohistochemistry() >>> ihc_hed = rgb2hed(ihc) >>> ihc_rgb = hed2rgb(ihc_hed)
skimage.color.hsv2rgb(hsv, *, channel_axis=-1) [source]
HSV to RGB color space conversion.
hsv(…, C=3, …) array_like The image in HSV format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If hsv is not at least 2-D with shape (…, C=3, …).
Conversion between RGB and HSV color spaces results in some loss of precision, due to integer arithmetic and rounding [1].
>>> from skimage import data >>> img = data.astronaut() >>> img_hsv = rgb2hsv(img) >>> img_rgb = hsv2rgb(img_hsv)
skimage.color.lab2lch(lab, *, channel_axis=-1) [source]
Convert image in CIE-LAB to CIE-LCh color space.
CIE-LCh is the cylindrical representation of the CIE-LAB (Cartesian) color space.
lab(…, C=3, …) array_like The input image in CIE-LAB color space. Unless channel_axis is set, the final dimension denotes the CIE-LAB channels. The L* values range from 0 to 100; the a* and b* values range from -128 to 127.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in CIE-LCh color space, of same shape as input.
If lab does not have at least 3 channels (i.e., L*, a*, and b*).
See also
The h channel (i.e., hue) is expressed as an angle in range (0, 2*pi).
>>> from skimage import data >>> from skimage.color import rgb2lab, lab2lch >>> img = data.astronaut() >>> img_lab = rgb2lab(img) >>> img_lch = lab2lch(img_lab)
skimage.color.lab2rgb(lab, illuminant='D65', observer='2', *, channel_axis=-1) [source]
Convert image in CIE-LAB to sRGB color space.
lab(…, C=3, …) array_like The input image in CIE-LAB color space. Unless channel_axis is set, the final dimension denotes the CIE-LAB channels. The L* values range from 0 to 100; the a* and b* values range from -128 to 127.
illuminant{“A”, “B”, “C”, “D50”, “D55”, “D65”, “D75”, “E”}, optional The name of the illuminant (the function is NOT case sensitive).
observer{“2”, “10”, “R”}, optional The aperture angle of the observer.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in sRGB color space, of same shape as input.
If lab is not at least 2-D with shape (…, C=3, …).
See also
This function uses lab2xyz() and xyz2rgb(). The CIE XYZ tristimulus values are x_ref = 95.047, y_ref = 100., and z_ref = 108.883. See function xyz_tristimulus_values() for a list of supported illuminants.
skimage.color.lab2xyz(lab, illuminant='D65', observer='2', *, channel_axis=-1) [source]
Convert image in CIE-LAB to XYZ color space.
lab(…, C=3, …) array_like The input image in CIE-LAB color space. Unless channel_axis is set, the final dimension denotes the CIE-LAB channels. The L* values range from 0 to 100; the a* and b* values range from -128 to 127.
illuminant{“A”, “B”, “C”, “D50”, “D55”, “D65”, “D75”, “E”}, optional The name of the illuminant (the function is NOT case sensitive).
observer{“2”, “10”, “R”}, optional The aperture angle of the observer.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in XYZ color space, of same shape as input.
If lab is not at least 2-D with shape (…, C=3, …).
If either the illuminant or the observer angle are not supported or unknown.
If any of the pixels are invalid (Z < 0).
See also
The CIE XYZ tristimulus values are x_ref = 95.047, y_ref = 100., and z_ref = 108.883. See function xyz_tristimulus_values() for a list of supported illuminants.
skimage.color.label2rgb(label, image=None, colors=None, alpha=0.3, bg_label=0, bg_color=(0, 0, 0), image_alpha=1, kind='overlay', *, saturation=0, channel_axis=-1) [source]
Return an RGB image where color-coded labels are painted over the image.
labelndarray Integer array of labels with the same shape as image.
imagendarray, optional Image used as underlay for labels. It should have the same shape as labels, optionally with an additional RGB (channels) axis. If image is an RGB image, it is converted to grayscale before coloring.
colorslist, optional List of colors. If the number of labels exceeds the number of colors, then the colors are cycled.
alphafloat [0, 1], optional Opacity of colorized labels. Ignored if image is None.
bg_labelint, optional Label that’s treated as the background. If bg_label is specified, bg_color is None, and kind is overlay, background is not painted by any colors.
bg_colorstr or array, optional Background color. Must be a name in skimage.color.color_dict or RGB float values between [0, 1].
image_alphafloat [0, 1], optional Opacity of the image.
kindstring, one of {‘overlay’, ‘avg’} The kind of color image desired. ‘overlay’ cycles over defined colors and overlays the colored labels over the original image. ‘avg’ replaces each labeled segment with its average color, for a stained-class or pastel painting appearance.
saturationfloat [0, 1], optional Parameter to control the saturation applied to the original image between fully saturated (original RGB, saturation=1) and fully unsaturated (grayscale, saturation=0). Only applies when kind='overlay'.
channel_axisint, optional This parameter indicates which axis of the output array will correspond to channels. If image is provided, this must also match the axis of image that corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
resultndarray of float, same shape as image The result of blending a cycling colormap (colors) for each distinct value in label with the image, at a certain alpha value.
Use pixel graphs to find an object’s geodesic center
Comparing edge-based and region-based segmentation
skimage.color.lch2lab(lch, *, channel_axis=-1) [source]
Convert image in CIE-LCh to CIE-LAB color space.
CIE-LCh is the cylindrical representation of the CIE-LAB (Cartesian) color space.
lch(…, C=3, …) array_like The input image in CIE-LCh color space. Unless channel_axis is set, the final dimension denotes the CIE-LAB channels. The L* values range from 0 to 100; the C values range from 0 to 100; the h values range from 0 to 2*pi.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in CIE-LAB format, of same shape as input.
If lch does not have at least 3 channels (i.e., L*, C, and h).
See also
The h channel (i.e., hue) is expressed as an angle in range (0, 2*pi).
>>> from skimage import data >>> from skimage.color import rgb2lab, lch2lab, lab2lch >>> img = data.astronaut() >>> img_lab = rgb2lab(img) >>> img_lch = lab2lch(img_lab) >>> img_lab2 = lch2lab(img_lch)
skimage.color.luv2rgb(luv, *, channel_axis=-1) [source]
Luv to RGB color space conversion.
luv(…, C=3, …) array_like The image in CIE Luv format. By default, the final dimension denotes channels.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If luv is not at least 2-D with shape (…, C=3, …).
This function uses luv2xyz and xyz2rgb.
skimage.color.luv2xyz(luv, illuminant='D65', observer='2', *, channel_axis=-1) [source]
CIE-Luv to XYZ color space conversion.
luv(…, C=3, …) array_like The image in CIE-Luv format. By default, the final dimension denotes channels.
illuminant{“A”, “B”, “C”, “D50”, “D55”, “D65”, “D75”, “E”}, optional The name of the illuminant (the function is NOT case sensitive).
observer{“2”, “10”, “R”}, optional The aperture angle of the observer.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in XYZ format. Same dimensions as input.
If luv is not at least 2-D with shape (…, C=3, …).
If either the illuminant or the observer angle are not supported or unknown.
XYZ conversion weights use observer=2A. Reference whitepoint for D65 Illuminant, with XYZ tristimulus values of (95.047, 100., 108.883). See function xyz_tristimulus_values() for a list of supported illuminants.
skimage.color.rgb2gray(rgb, *, channel_axis=-1) [source]
Compute luminance of an RGB image.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
outndarray The luminance image - an array which is the same size as the input array, but with the channel dimension removed.
If rgb is not at least 2-D with shape (…, C=3, …).
The weights used in this conversion are calibrated for contemporary CRT phosphors:
Y = 0.2125 R + 0.7154 G + 0.0721 B
If there is an alpha channel present, it is ignored.
>>> from skimage.color import rgb2gray >>> from skimage import data >>> img = data.astronaut() >>> img_gray = rgb2gray(img)
Using Polar and Log-Polar Transformations for Registration
Removing small objects in grayscale images with a top hat filter
Full tutorial on calibrating Denoisers Using J-Invariance
Gabors / Primary Visual Cortex “Simple Cells” from an Image
Region Boundary based Region adjacency graphs (RAGs)
Comparison of segmentation and superpixel algorithms
Use pixel graphs to find an object’s geodesic center
skimage.color.rgb2hed(rgb, *, channel_axis=-1) [source]
RGB to Haematoxylin-Eosin-DAB (HED) color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in HED format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
A. C. Ruifrok and D. A. Johnston, “Quantification of histochemical staining by color deconvolution.,” Analytical and quantitative cytology and histology / the International Academy of Cytology [and] American Society of Cytology, vol. 23, no. 4, pp. 291-9, Aug. 2001.
>>> from skimage import data >>> from skimage.color import rgb2hed >>> ihc = data.immunohistochemistry() >>> ihc_hed = rgb2hed(ihc)
skimage.color.rgb2hsv(rgb, *, channel_axis=-1) [source]
RGB to HSV color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in HSV format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
Conversion between RGB and HSV color spaces results in some loss of precision, due to integer arithmetic and rounding [1].
>>> from skimage import color >>> from skimage import data >>> img = data.astronaut() >>> img_hsv = color.rgb2hsv(img)
skimage.color.rgb2lab(rgb, illuminant='D65', observer='2', *, channel_axis=-1) [source]
Conversion from the sRGB color space (IEC 61966-2-1:1999) to the CIE Lab colorspace under the given illuminant and observer.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
illuminant{“A”, “B”, “C”, “D50”, “D55”, “D65”, “D75”, “E”}, optional The name of the illuminant (the function is NOT case sensitive).
observer{“2”, “10”, “R”}, optional The aperture angle of the observer.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in Lab format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
RGB is a device-dependent color space so, if you use this function, be sure that the image you are analyzing has been mapped to the sRGB color space.
This function uses rgb2xyz and xyz2lab. By default Observer=”2”, Illuminant=”D65”. CIE XYZ tristimulus values x_ref=95.047, y_ref=100., z_ref=108.883. See function xyz_tristimulus_values() for a list of supported illuminants.
skimage.color.rgb2luv(rgb, *, channel_axis=-1) [source]
RGB to CIE-Luv color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in CIE Luv format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
This function uses rgb2xyz and xyz2luv.
skimage.color.rgb2rgbcie(rgb, *, channel_axis=-1) [source]
RGB to RGB CIE color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB CIE format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
>>> from skimage import data >>> from skimage.color import rgb2rgbcie >>> img = data.astronaut() >>> img_rgbcie = rgb2rgbcie(img)
skimage.color.rgb2xyz(rgb, *, channel_axis=-1) [source]
RGB to XYZ color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in XYZ format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
The CIE XYZ color space is derived from the CIE RGB color space. Note however that this function converts from sRGB.
>>> from skimage import data >>> img = data.astronaut() >>> img_xyz = rgb2xyz(img)
skimage.color.rgb2ycbcr(rgb, *, channel_axis=-1) [source]
RGB to YCbCr color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in YCbCr format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
Y is between 16 and 235. This is the color space commonly used by video codecs; it is sometimes incorrectly called “YUV”.
skimage.color.rgb2ydbdr(rgb, *, channel_axis=-1) [source]
RGB to YDbDr color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in YDbDr format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
This is the color space commonly used by video codecs. It is also the reversible color transform in JPEG2000.
skimage.color.rgb2yiq(rgb, *, channel_axis=-1) [source]
RGB to YIQ color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in YIQ format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
skimage.color.rgb2ypbpr(rgb, *, channel_axis=-1) [source]
RGB to YPbPr color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in YPbPr format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
skimage.color.rgb2yuv(rgb, *, channel_axis=-1) [source]
RGB to YUV color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in YUV format. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
Y is between 0 and 1. Use YCbCr instead of YUV for the color space commonly used by video codecs, where Y ranges from 16 to 235.
skimage.color.rgba2rgb(rgba, background=(1, 1, 1), *, channel_axis=-1) [source]
RGBA to RGB conversion using alpha blending [1].
rgba(…, C=4, …) array_like The image in RGBA format. By default, the final dimension denotes channels.
backgroundarray_like The color of the background to blend the image with (3 floats between 0 to 1 - the RGB value of the background).
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If rgba is not at least 2D with shape (…, 4, …).
>>> from skimage import color >>> from skimage import data >>> img_rgba = data.logo() >>> img_rgb = color.rgba2rgb(img_rgba)
skimage.color.rgbcie2rgb(rgbcie, *, channel_axis=-1) [source]
RGB CIE to RGB color space conversion.
rgbcie(…, C=3, …) array_like The image in RGB CIE format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If rgbcie is not at least 2-D with shape (…, C=3, …).
>>> from skimage import data >>> from skimage.color import rgb2rgbcie, rgbcie2rgb >>> img = data.astronaut() >>> img_rgbcie = rgb2rgbcie(img) >>> img_rgb = rgbcie2rgb(img_rgbcie)
skimage.color.separate_stains(rgb, conv_matrix, *, channel_axis=-1) [source]
RGB to stain color space conversion.
rgb(…, C=3, …) array_like The image in RGB format. By default, the final dimension denotes channels.
The stain separation matrix as described by G. Landini [1].
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in stain color space. Same dimensions as input.
If rgb is not at least 2-D with shape (…, C=3, …).
Stain separation matrices available in the color module and their respective colorspace:
hed_from_rgb: Hematoxylin + Eosin + DABhdx_from_rgb: Hematoxylin + DABfgx_from_rgb: Feulgen + Light Greenbex_from_rgb: Giemsa stain : Methyl Blue + Eosinrbd_from_rgb: FastRed + FastBlue + DABgdx_from_rgb: Methyl Green + DABhax_from_rgb: Hematoxylin + AECbro_from_rgb: Blue matrix Anilline Blue + Red matrix Azocarmine + Orange matrix Orange-Gbpx_from_rgb: Methyl Blue + Ponceau Fuchsinahx_from_rgb: Alcian Blue + Hematoxylinhpx_from_rgb: Hematoxylin + PASThis implementation borrows some ideas from DIPlib [2], e.g. the compensation using a small value to avoid log artifacts when calculating the Beer-Lambert law.
A. C. Ruifrok and D. A. Johnston, “Quantification of histochemical staining by color deconvolution,” Anal. Quant. Cytol. Histol., vol. 23, no. 4, pp. 291–299, Aug. 2001.
>>> from skimage import data >>> from skimage.color import separate_stains, hdx_from_rgb >>> ihc = data.immunohistochemistry() >>> ihc_hdx = separate_stains(ihc, hdx_from_rgb)
skimage.color.xyz2lab(xyz, illuminant='D65', observer='2', *, channel_axis=-1) [source]
XYZ to CIE-LAB color space conversion.
xyz(…, C=3, …) array_like The image in XYZ format. By default, the final dimension denotes channels.
illuminant{“A”, “B”, “C”, “D50”, “D55”, “D65”, “D75”, “E”}, optional The name of the illuminant (the function is NOT case sensitive).
observer{“2”, “10”, “R”}, optional One of: 2-degree observer, 10-degree observer, or ‘R’ observer as in R function grDevices::convertColor.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in CIE-LAB format. Same dimensions as input.
If xyz is not at least 2-D with shape (…, C=3, …).
If either the illuminant or the observer angle is unsupported or unknown.
By default Observer=”2”, Illuminant=”D65”. CIE XYZ tristimulus values x_ref=95.047, y_ref=100., z_ref=108.883. See function xyz_tristimulus_values() for a list of supported illuminants.
>>> from skimage import data >>> from skimage.color import rgb2xyz, xyz2lab >>> img = data.astronaut() >>> img_xyz = rgb2xyz(img) >>> img_lab = xyz2lab(img_xyz)
skimage.color.xyz2luv(xyz, illuminant='D65', observer='2', *, channel_axis=-1) [source]
XYZ to CIE-Luv color space conversion.
xyz(…, C=3, …) array_like The image in XYZ format. By default, the final dimension denotes channels.
illuminant{“A”, “B”, “C”, “D50”, “D55”, “D65”, “D75”, “E”}, optional The name of the illuminant (the function is NOT case sensitive).
observer{“2”, “10”, “R”}, optional The aperture angle of the observer.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in CIE-Luv format. Same dimensions as input.
If xyz is not at least 2-D with shape (…, C=3, …).
If either the illuminant or the observer angle are not supported or unknown.
By default XYZ conversion weights use observer=2A. Reference whitepoint for D65 Illuminant, with XYZ tristimulus values of (95.047, 100.,
108.883). See function xyz_tristimulus_values() for a list of supported illuminants.
>>> from skimage import data >>> from skimage.color import rgb2xyz, xyz2luv >>> img = data.astronaut() >>> img_xyz = rgb2xyz(img) >>> img_luv = xyz2luv(img_xyz)
skimage.color.xyz2rgb(xyz, *, channel_axis=-1) [source]
XYZ to RGB color space conversion.
xyz(…, C=3, …) array_like The image in XYZ format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If xyz is not at least 2-D with shape (…, C=3, …).
The CIE XYZ color space is derived from the CIE RGB color space. Note however that this function converts to sRGB.
>>> from skimage import data >>> from skimage.color import rgb2xyz, xyz2rgb >>> img = data.astronaut() >>> img_xyz = rgb2xyz(img) >>> img_rgb = xyz2rgb(img_xyz)
skimage.color.xyz_tristimulus_values(*, illuminant, observer, dtype=<class 'float'>) [source]
Get the CIE XYZ tristimulus values.
Given an illuminant and observer, this function returns the CIE XYZ tristimulus values [2] scaled such that \(Y = 1\).
illuminant{“A”, “B”, “C”, “D50”, “D55”, “D65”, “D75”, “E”} The name of the illuminant (the function is NOT case sensitive).
observer{“2”, “10”, “R”} One of: 2-degree observer, 10-degree observer, or ‘R’ observer as in R function grDevices::convertColor [3].
Output data type.
valuesarray Array with 3 elements \(X, Y, Z\) containing the CIE XYZ tristimulus values of the given illuminant.
If either the illuminant or the observer angle are not supported or unknown.
The CIE XYZ tristimulus values are calculated from \(x, y\) [1], using the formula
The only exception is the illuminant “D65” with aperture angle 2° for backward-compatibility reasons.
Get the CIE XYZ tristimulus values for a “D65” illuminant for a 10 degree field of view
>>> xyz_tristimulus_values(illuminant="D65", observer="10") array([0.94809668, 1. , 1.07305136])
skimage.color.ycbcr2rgb(ycbcr, *, channel_axis=-1) [source]
YCbCr to RGB color space conversion.
ycbcr(…, C=3, …) array_like The image in YCbCr format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If ycbcr is not at least 2-D with shape (…, C=3, …).
Y is between 16 and 235. This is the color space commonly used by video codecs; it is sometimes incorrectly called “YUV”.
skimage.color.ydbdr2rgb(ydbdr, *, channel_axis=-1) [source]
YDbDr to RGB color space conversion.
ydbdr(…, C=3, …) array_like The image in YDbDr format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If ydbdr is not at least 2-D with shape (…, C=3, …).
This is the color space commonly used by video codecs, also called the reversible color transform in JPEG2000.
skimage.color.yiq2rgb(yiq, *, channel_axis=-1) [source]
YIQ to RGB color space conversion.
yiq(…, C=3, …) array_like The image in YIQ format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If yiq is not at least 2-D with shape (…, C=3, …).
skimage.color.ypbpr2rgb(ypbpr, *, channel_axis=-1) [source]
YPbPr to RGB color space conversion.
ypbpr(…, C=3, …) array_like The image in YPbPr format. By default, the final dimension denotes channels.
channel_axisint, optional This parameter indicates which axis of the array corresponds to channels.
Added in version 0.19: channel_axis was added in 0.19.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If ypbpr is not at least 2-D with shape (…, C=3, …).
skimage.color.yuv2rgb(yuv, *, channel_axis=-1) [source]
YUV to RGB color space conversion.
yuv(…, C=3, …) array_like The image in YUV format. By default, the final dimension denotes channels.
out(…, C=3, …) ndarray The image in RGB format. Same dimensions as input.
If yuv is not at least 2-D with shape (…, C=3, …).
© 2019 the scikit-image team
Licensed under the BSD 3-clause License.
https://scikit-image.org/docs/0.25.x/api/skimage.color.html