commit du soir, espoir
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user