FloatImg4PythonBinding/funcs/filtrage.c

18 lines
334 B
C
Raw Normal View History

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