Home
last modified time | relevance | path

Searched refs:lab2 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/drivers/video/capture/src/
Dcheck_test_pattern.h106 static inline double deltaE(const CIELAB lab1, const CIELAB lab2) in deltaE() argument
108 return sqrt(pow(lab1.L - lab2.L, 2) + pow(lab1.a - lab2.a, 2) + pow(lab1.b - lab2.b, 2)); in deltaE()