#ifndef CONVO
#define CONVO

#include "Def.h"

//Fonction de convolution d'image par un masque
void Convo(Piquesel** tableau,char* sortie,int taille0,int taille1);

#endif
