dkl2rgb {colorscience} | R Documentation |
dkl2rgb
Converts DKL, spherical coords coordinates to sRGB.
dklCart2rgb
Converts DKL, cartesian coords coordinates to sRGB.
dkl2rgb(dklMatrix, conversionMatrix = NA)
dklMatrix |
DKL coordinates |
conversionMatrix |
conversion matrix |
RGB coordinates
Jose Gama
Package psychopy for Python
Graph-Based Visual Saliency (MATLAB source code) Jonathan Harel California Institute of Technology
Package psychopy for Python
Graph-Based Visual Saliency (MATLAB source code) Jonathan Harel California Institute of Technology
dklC <- rgb2dklCart(c(54,75,121))
dklCart2dkl(dklC)