dkl2rgb function

convert RGB to DKL

convert RGB to DKL

dkl2rgb Converts DKL, spherical coords coordinates to sRGB. dklCart2rgb Converts DKL, cartesian coords coordinates to sRGB.

dkl2rgb(dklMatrix, conversionMatrix = NA)

Arguments

  • dklMatrix: DKL coordinates
  • conversionMatrix: conversion matrix

Returns

RGB 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

Author(s)

Jose Gama

Examples

dklC <- rgb2dklCart(c(54,75,121)) dklCart2dkl(dklC)
  • Maintainer: Glenn Davis
  • License: GPL (>= 3)
  • Last published: 2024-04-22

Useful links