Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
ashift_nmsimplex.c File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int simplex (double(*objfunc)(double[], void *params), double start[], int n, double EPSILON, double scale, int maxiter, void(*constrain)(double[], int n), void *params)
 

Function Documentation

◆ simplex()

static int simplex ( double(*)(double[], void *params)  objfunc,
double  start[],
int  n,
double  EPSILON,
double  scale,
int  maxiter,
void(*)(double[], int n)  constrain,
void params 
)
static

References EPSILON, f(), m, NMS_ALPHA, NMS_BETA, and NMS_GAMMA.

Referenced by do_crop(), and nmsfit().