Bibliothèque de traitements d'images en virgule flottante.
http://la.buvette.org/photos/cumul/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
383 B
15 lines
383 B
/* |
|
* metriques.h |
|
*/ |
|
|
|
/* -------------------------------------------------------------- */ |
|
|
|
int stat_zone(FloatImg *pimg, int geom[4], float v3[3]); |
|
|
|
|
|
/* first experiments */ |
|
|
|
int get_float_metric_a(FloatImg *pimg, float *where); |
|
int get_float_metric_from_file(char *imgname, float *where, int mode); |
|
|
|
/* -------------------------------------------------------------- */
|
|
|