matlab

How to implement delta E color difference method of an image in matlab?


I have implemented LMS Daltonization and have converted the RGB image into L*a*b color space . Now I want to compare the input and the output images using the standard method of Delta E. Can anyone please provide me with some heads regarding this method and how to carry on the comparison using MATLAb...


Solution

  • There are multiple methods for calculating Delta E, with formulas provided here on wikipedia.

    Here is some source code to get you started: