python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How does one shift hue in CIE-XYZ color space?
I need to implement my own hue rotation function within the CIE color space. I can't find any technical descriptions of how this is done. I found high level descriptions like "rotate around the Y...
Spectraljump
Votes: 0
Answers: 1
Python HSI to RGB conversion - not what I expect
I am trying to work on HSV -> RGB with formula manually and without openCV.
I tried to calculate HSV -> RGB color space, and gives me almost the same picture I wanted, but there is some kind of ...
mchun
Votes: 0
Answers: 1
How to deal with negative values when manipulating CIE xyY or XYZ colors?
I'm writing some image processing code to do some creative color gamut limiting that I want to use for color grading applicationgs. I'm building to operate in the Davinci Wide Gamut color space, typic...
Emil Eriksson
Votes: 0
Answers: 0