/* * metriques.h */ /* -------------------------------------------------------------- */ /* first experiments */ int get_float_metric_a(FloatImg *pimg, float *where); int get_float_metric_from_file(char *imgname, float *where, int mode); /* -------------------------------------------------------------- */