minor fixes

This commit is contained in:
tth
2021-02-10 16:19:15 +01:00
parent 75f36c0f6a
commit 57af8c2e93
6 changed files with 26 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ int fimg_mix_rgb_gray(FloatImg *img, float mix);
int fimg_shift_to_zero(FloatImg *s, FloatImg *d, float coefs[6]);
/* --> funcs/plasmas.c */
int fimg_prototype_plasma(FloatImg *img, char *txt, int type);
int fimg_prototype_plasma(FloatImg *img, double time, int type);
/* * * * experimental ! */
int fimg_classif_trial(FloatImg *src, FloatImg*dst, float fval, int notused);