00001 /* Copyright (c) 2001 C. Grigorescu */ 00002 00003 #ifndef _CONVOLUTION_H_ 00004 #define _CONVOLUTION_H_ 00005 #include "Image.h" 00006 #include <typeinfo> 00007 00010 template< class T > 00011 void Convolution(Image< T > &input1, Image< T > &input2, Image< T > &output); 00018 #endif 00019