Module imgproc_rs::colorspace[][src]

A module for image colorspace conversion operations

Functions

hsv_to_rgb

Converts an image from HSV to RGB

lab_to_srgb

Converts an image from CIELAB to sRGB

lab_to_xyz

Converts an image from CIELAB to CIE XYZ

linearize_srgb

Linearizes an sRGB image

rgb_to_grayscale

Converts an image from RGB to Grayscale

rgb_to_grayscale_f64

Converts an f64 image from RGB to Grayscale

rgb_to_hsv

Converts an image from RGB to HSV

srgb_lin_to_xyz

Converts an image from linearized sRGB to CIE XYZ

srgb_to_lab

Converts an image from sRGB to CIELAB

srgb_to_xyz

Converts an image from sRGB to CIE XYZ

unlinearize_srgb

“Unlinearizes” a previously linearized sRGB image

xyz_to_lab

Converts an image from CIE XYZ to CIELAB

xyz_to_srgb

Converts an image from CIE XYZ to sRGB

xyz_to_srgb_lin

Converts an image from CIE XYZ to linearized sRGB