first semi-good run of the Interpolator

This commit is contained in:
le vieux
2020-11-12 23:36:06 +01:00
parent f2e170c7d2
commit bec63e97f5
4 changed files with 151 additions and 28 deletions

View File

@@ -4,8 +4,9 @@
/* -------------------------------------------------------------- */
/* first experiment */
/* first experiments */
int get_float_metric(FloatImg *pimg, float *where, int whot)
int get_float_metric(FloatImg *pimg, float *where);
int get_float_metric_from_file(char *imgname, float *where);
/* -------------------------------------------------------------- */