convertRGBToLAB {CRImage}R Documentation

Converts RGB to LAB color space.

Description

Conversion of Color spaces.

Usage

convertRGBToLAB(imgT)

Arguments

imgT

The RGB image.

Details

Color space conversion

Value

The image in LAB color space.

Author(s)

Henrik Failmezger, failmezger@cip.ifi.lmu.de

Examples

f= system.file("extdata", "exImg.jpg", package="CRImage")
img=readImage(f)
#conversion to LAB color space
imgLAB=convertRGBToLAB(img)

[Package CRImage version 1.34.0 Index]