Learn R Programming

colorscience (version 1.0.8)

rgb2dklV: convert RGB to DKL

Description

rgb2dklV Converts sRGB coordinates to DKL, spherical coords, sames as Graph-Based Visual Saliency. rgb2dklCart Converts sRGB coordinates to DKL, cartesian coords.

Usage

rgb2dklV(RGB)

Arguments

RGB

sRGB coordinates

Value

DKL coordinates

References

Package psychopy for Python

Graph-Based Visual Saliency (MATLAB source code) Jonathan Harel California Institute of Technology

Examples

Run this code
# NOT RUN {
rgb2dklCart(c(54,75,121))
# }

Run the code above in your browser using DataLab