opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
76.88k stars 55.66k forks source link

Color space ambiguities #18813

Open mildsunrise opened 3 years ago

mildsunrise commented 3 years ago

I'm opening this to put all color space-related issues (#15717, #4973, #13066) in one place. The current state of things in the color conversion API is (as far as I know):

kevineor commented 3 years ago

There's a class in the mcc contrib module that permits colorspace conversions (differents RGB colorspaces, and CIE colorspaces, linear or not), but it's not available to the API. May be interesting to expose them ?