Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经实现了 LMS Daltonization 并将 RGB 图像转换为 L*a*b 颜色空间。现在我想使用 Delta E 的标准方法比较输入和输出图像。任何人都可以向我提供一些关于这种方法以及如何使用 MATLAb 进行比较的头...
计算 Delta E 有多种方法,维基百科上提供了公式。
这是一些可以帮助您入门的源代码: