Ask Your Question

kbanman's profile - activity

2020-01-24 23:44:50 -0600 received badge  Student (source)
2015-09-01 23:56:34 -0600 asked a question Which color matching functions does OpenCV use for its RGB/BGR color space?

I'm using OpenCV 3.0, but my question should be version agnostic. I'm wondering which of the many RGB color space OpenCV uses by default. That is, for images in the default representation, BGR, which RGB space does OpenCV use?

I suspect they are either the CIE 1931 XYZ functions:

CIE XYZ

or the CIE 1931 RGB functions:

CIE RGB


Heads up: this question is mirrored here. I'll make sure any knowledge is shared between them.