![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"
Include dependency graph for deltaE.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| float | dt_colorspaces_deltaE_1976 (dt_aligned_pixel_t Lab0, dt_aligned_pixel_t Lab1) |
| float | dt_colorspaces_deltaE_2000 (dt_aligned_pixel_t Lab0, dt_aligned_pixel_t Lab1) |
| float dt_colorspaces_deltaE_1976 | ( | dt_aligned_pixel_t | Lab0, |
| dt_aligned_pixel_t | Lab1 | ||
| ) |
Referenced by add_patches_to_array(), and update_table().
| float dt_colorspaces_deltaE_2000 | ( | dt_aligned_pixel_t | Lab0, |
| dt_aligned_pixel_t | Lab1 | ||
| ) |
References DEG2RAD, and RAD2DEG.
Referenced by compute_error(), and update_table().