Description Usage Arguments Details Value Author(s) Examples
View source: R/convertLABToRGB.R
Color space conversion.
1 | convertLABToRGB(imgLAB)
|
imgLAB |
LAB channel vectors. |
Color space conversion
RGB channel vectors.
Henrik Failmezger, failmezger@cip.ifi.lmu.de
1 2 3 4 | f= system.file("extdata", "exImg.jpg", package="CRImage")
img=readImage(f)
#conversion to HSV color space
imgRGB=convertLABToRGB(img)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.