forked from tTh/FloatImg
missing classif proto
This commit is contained in:
parent
b1bf9715e0
commit
96409e56dd
|
@ -124,6 +124,7 @@ int fimg_cos_010(FloatImg *s, FloatImg *d, double maxval);
|
|||
int fimg_mix_rgb_gray(FloatImg *img, float mix);
|
||||
int fimg_shift_to_zero(FloatImg *s, FloatImg *d, float coefs[6]);
|
||||
|
||||
int fimg_classif_trial(FloatImg *src, FloatImg*dst, int notused);
|
||||
|
||||
/* module funcs/geometry.c */
|
||||
int fimg_equalize_compute(FloatImg *src, void *vptr, float vmax);
|
||||
|
|
Loading…
Reference in New Issue