rgb2dklV {colorscience} | R Documentation |
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
Author(s)
Jose Gama
Source
Package psychopy for Python
Graph-Based Visual Saliency (MATLAB source code) Jonathan Harel California Institute of Technology
References
Package psychopy for Python
Graph-Based Visual Saliency (MATLAB source code) Jonathan Harel California Institute of Technology
Examples
rgb2dklCart(c(54,75,121))
[Package colorscience version 1.0.9 Index]