![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "chart/tonecurve.h"
Go to the source code of this file.
Functions | |
int | thinplate_match (const tonecurve_t *curve, int dim, int N, const double *point, const double **target, int S, int *permutation, double **coeff, double *avgerr, double *maxerr) |
float | thinplate_color_pos (float L, float a, float b) |
float thinplate_color_pos | ( | float | L, |
float | a, | ||
float | b | ||
) |
Referenced by encode_colorchecker().
int thinplate_match | ( | const tonecurve_t * | curve, |
int | dim, | ||
int | N, | ||
const double * | point, | ||
const double ** | target, | ||
int | S, | ||
int * | permutation, | ||
double ** | coeff, | ||
double * | avgerr, | ||
double * | maxerr | ||
) |
References A, compute_error(), dot(), double(), MIN, N, permutation, S, solve(), and thinplate_kernel().
Referenced by process_data().