FloatImg4PythonBinding/extras/Fonderie/metriques.h

16 lines
383 B
C
Raw Normal View History

2020-11-10 02:07:30 +01:00
/*
* metriques.h
*/
/* -------------------------------------------------------------- */
2021-01-03 15:21:38 +01:00
int stat_zone(FloatImg *pimg, int geom[4], float v3[3]);
/* 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
/* -------------------------------------------------------------- */