Learn R Programming

colorscience (version 1.0.2)

dkl2dklCart: converts between spherical and cartesian coordinates for DKL

Description

dkl2dklCart Converts DKL, from spherical coordinates to cartesian. dklCart2rgb Converts DKL, from cartesian to spherical coordinates.

Usage

dkl2dklCart(dklMatrix)

Arguments

dklMatrix
DKL coordinates

Value

DKL coordinates

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

Run this code
RGB<-c(124,63,78)
d <- rgb2dklCart(RGB)
dklCart2dkl(d)
dkl2dklCart(c(1.647176, 60.8308, 91.45825))
d

Run the code above in your browser using DataLab