is trinarize really ok ?

This commit is contained in:
2020-12-02 19:55:06 +01:00
parent a450ac4291
commit 8f29cb0db0
6 changed files with 29 additions and 21 deletions

View File

@@ -37,16 +37,5 @@ int create_fifo(int nbslot, int w, int h, int t);
/* -------------------------------------------------------------- */
/*
* funcs in 'sfx.c'
* funcs in 'sfx.c' ---> sfx.h
*/
int des_bords_sombres_a(FloatImg *pimg, int offset);
int trinarize(FloatImg *pimg, int notused);
int binarize(FloatImg *pimg, int notused);
int brotche_rand48_a(FloatImg *fimg, float ratio, float mval);
int brotche_rand48_b(FloatImg *fimg, float ratio, float mval);
int colors_brotcher(FloatImg *fimg, float fval);
/* -------------------------------------------------------------- */