Hi,
I have images of a colorchecker and I would like to perform color calibration of these images.
As I understand I have to do extract the 24 colour squares of the colorchecker, Convert from sRGB to RGB by applying inverse gamma, convert RGB to XYZ using 3x3 matrix, convert XYZ to Lab using standard formula and D6500 white point - perform a regression to find conversion coefficients - and then convert all pixels using the coefficients and the finally transform the converted image back into sRGB space.
Is that correctly understood, and is that possible to do using this library? (all the color conversions - not the extractions from images etc)
If yes - are there any examples available?
thanks
Hi,
I have images of a colorchecker and I would like to perform color calibration of these images.
As I understand I have to do extract the 24 colour squares of the colorchecker, Convert from sRGB to RGB by applying inverse gamma, convert RGB to XYZ using 3x3 matrix, convert XYZ to Lab using standard formula and D6500 white point - perform a regression to find conversion coefficients - and then convert all pixels using the coefficients and the finally transform the converted image back into sRGB space.
Is that correctly understood, and is that possible to do using this library? (all the color conversions - not the extractions from images etc)
If yes - are there any examples available?
thanks