FloatImg/Fonderie/metriques.h

13 lines
312 B
C
Raw Normal View History

2020-11-10 12:07:30 +11:00
/*
* metriques.h
*/
/* -------------------------------------------------------------- */
/* first experiments */
2020-11-11 05:30:49 +11:00
int get_float_metric(FloatImg *pimg, float *where);
int get_float_metric_from_file(char *imgname, float *where);
2020-11-10 12:07:30 +11:00
/* -------------------------------------------------------------- */