FloatImg/funcs/filtrage.c

18 lines
334 B
C
Raw Normal View History

2019-03-03 16:22:55 +01:00
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <float.h>
2019-03-06 18:07:23 +01:00
#include "../floatimg.h"
2019-03-03 16:22:55 +01:00
/* -------------------------------------------------------------------- */
int fimg_lissage_2x2(FloatImg *img)
{
return -1;
}
/* -------------------------------------------------------------------- */