#ifndef CONVOBIS
#define CONVOBIS

#include <math.h>    
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "Def.h"

//Fonction de convolution d'image par un masque
Piquesel** ConvoBis(Piquesel** tableau,float** masque,int taille0,int taille1);

#endif
