qualpal 2.3.0
|
CIE76 (Delta E 1976) color difference. More...
#include <metrics.h>
Public Member Functions | |
template<typename ColorType1 , typename ColorType2 > | |
double | operator() (const ColorType1 &c1, const ColorType2 &c2) const |
Calculate CIE76 color difference. | |
CIE76 (Delta E 1976) color difference.
Standard CIE76 color difference formula using Euclidean distance in CIE Lab space.
|
inline |
Calculate CIE76 color difference.
ColorType1 | Any color class that can be converted to colors::DIN99d |
ColorType2 | Any color class that can be converted to colors::DIN99d |
c1 | First color |
c2 | Second color |