forked from tTh/FloatImg
13 lines
316 B
C
13 lines
316 B
C
/*
|
|
* metriques.h
|
|
*/
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|
|
/* first experiments */
|
|
|
|
int get_float_metric_a(FloatImg *pimg, float *where);
|
|
int get_float_metric_a_from_file(char *imgname, float *where);
|
|
|
|
/* -------------------------------------------------------------- */
|