FloatImg/Fonderie/metriques.h

13 lines
324 B
C
Raw Normal View History

2020-11-10 02:07:30 +01:00
/*
* metriques.h
*/
/* -------------------------------------------------------------- */
/* first experiments */
2020-11-10 19:30:49 +01:00
2020-12-07 10:30:18 +01:00
int get_float_metric_a(FloatImg *pimg, float *where);
2020-12-07 22:02:08 +01:00
int get_float_metric_from_file(char *imgname, float *where, int mode);
2020-11-10 02:07:30 +01:00
/* -------------------------------------------------------------- */