Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages   Examples  

Convolution.h

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