00001 /* Copyright (c) 2001 S.E. Grigorescu */ 00002 00003 #ifndef UPSAMPLING_H 00004 #define UPSAMPLING_H 00005 00006 #include "Image.h" 00007 00010 template<class T> void Upsample(Image< T >& input, Image< T >& output); 00018 template<class T> void Upsample(Image< T >& input); 00026 #endif