moving a function to a better place

This commit is contained in:
2019-11-18 10:18:30 +01:00
parent c7a428c5f0
commit ca4bfcff05
4 changed files with 15 additions and 12 deletions

View File

@@ -77,6 +77,7 @@ double fimg_timer_set(int whot);
double fimg_timer_get(int whot);
/* --> lib/contrast.c */
int fimg_id_contraste(char *name);
int fimg_square_root(FloatImg *s, FloatImg *d, double maxval);
int fimg_power_2(FloatImg *s, FloatImg *d, double maxval);
int fimg_cos_01(FloatImg *s, FloatImg *d, double maxval);