You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
324 B
C

/*
* metriques.h
*/
/* -------------------------------------------------------------- */
/* first experiments */
3 years ago
int get_float_metric_a(FloatImg *pimg, float *where);
int get_float_metric_from_file(char *imgname, float *where, int mode);
/* -------------------------------------------------------------- */