first version of pixelize_h

This commit is contained in:
tth
2021-10-10 23:38:10 +02:00
parent f3dc73782a
commit 9bde22f560
6 changed files with 103 additions and 3 deletions

View File

@@ -160,6 +160,9 @@ int fimg_auto_shift_to_zero(FloatImg *s, FloatImg *d);
/* --> funcs/plasmas.c */
int fimg_prototype_plasma(FloatImg *img, double time, int type);
int fimg_pixelize_h_0(FloatImg *psrc, FloatImg *pdst, int k);
/* * * * experimental ! */
int fimg_classif_trial(FloatImg *src, FloatImg*dst, float fval, int notused);
int fimg_qsort_rgb_a(FloatImg *psrc, FloatImg *pdst, int notused);