rgb_to_hsv {pliman}R Documentation

Color spaces

Description

Convert RGB to LAB color space.

Usage

rgb_to_hsv(image)

Arguments

image

An image object.

Value

A list containing the image in the new color space.

Author(s)

Tiago Olivoto tiagoolivoto@gmail.com

Examples

library(pliman)
img <- image_pliman("sev_leaf.jpg")
img2 <- rgb_to_hsv(img)
image_combine(img, img2)

[Package pliman version 1.1.0 Index]