![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for deltaE.c:Go to the source code of this file.
Macros | |
| #define | _XOPEN_SOURCE 600 |
| #define | DEG2RAD(deg) (deg * M_PI / 180.0) |
| #define | RAD2DEG(rad) (rad * 180.0 / M_PI) |
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 | ||
| ) |
Definition at line 36 of file deltaE.c.
References i.
Referenced by add_patches_to_array(), and update_table().
| float dt_colorspaces_deltaE_2000 | ( | dt_aligned_pixel_t | Lab0, |
| dt_aligned_pixel_t | Lab1 | ||
| ) |
Definition at line 48 of file deltaE.c.
References DEG2RAD, and RAD2DEG.
Referenced by compute_error(), and update_table().