commit du soir, espoir

This commit is contained in:
tonton Th
2020-04-11 23:18:33 +02:00
parent 22e16d2ba6
commit 83af701479
8 changed files with 190 additions and 25 deletions

View File

@@ -1,8 +1,9 @@
/*
* floatimg.h
* floatimg.h
* ugly code from tTh
*/
#define FIMG_VERSION 98
#define FIMG_VERSION 100
/*
* in memory descriptor
@@ -115,6 +116,10 @@ int fimg_power_2(FloatImg *s, FloatImg *d, double maxval);
int fimg_cos_01(FloatImg *s, FloatImg *d, double maxval);
int fimg_cos_010(FloatImg *s, FloatImg *d, double maxval);
/* module funcs/geometry.c */
int fimg_equalize_compute(FloatImg *src, void *vptr);
int fimg_mk_gray_from(FloatImg *src, FloatImg*dst, int k);
int fimg_desaturate(FloatImg *src, FloatImg *dst, int k);