Searched refs:lab1 (Results 1 – 2 of 2) sorted by relevance
106 static inline double deltaE(const CIELAB lab1, const CIELAB lab2) in deltaE() argument108 return sqrt(pow(lab1.L - lab2.L, 2) + pow(lab1.a - lab2.a, 2) + pow(lab1.b - lab2.b, 2)); in deltaE()
382 …rn TensorFlow](https://codelabs.developers.google.com/codelabs/tensorflow-lab1-helloworld) codelab…