FloatImg4PythonBinding/Fonderie/metriques.h

16 lines
383 B
C
Raw Normal View History

2020-11-10 12:07:30 +11:00
/*
* metriques.h
*/
/* -------------------------------------------------------------- */
2021-01-04 01:21:38 +11:00
int stat_zone(FloatImg *pimg, int geom[4], float v3[3]);
/* first experiments */
2020-11-11 05:30:49 +11:00
2020-12-07 20:30:18 +11:00
int get_float_metric_a(FloatImg *pimg, float *where);
2020-12-08 08:02:08 +11:00
int get_float_metric_from_file(char *imgname, float *where, int mode);
2020-11-10 12:07:30 +11:00
/* -------------------------------------------------------------- */