MATLAB: How to correction hue values of image

#hsv #huecolor spaceImage Processing Toolbox

How can I correction hue values of image

Best Answer

You need to snap an image of a color standard with known color values. The usual standard is the x-rite Color Checker Chart. Then you have known XYZ values. You can use least squares to derive a transform to convert your RGB values, of the color chips on a picture of that chart that you have taken, into XYZ values. Then you can use analytical formulas to convert XYZ into LAB or other calibrated color spaces.
Related Question