00001 /* Copyright (c) 2001 S.E. Grigorescu */ 00002 00003 #ifndef REFLECTION_H 00004 #define REFLECTION_H 00005 00006 #include "Image.h" 00007 #include <string> 00008 00011 template<class T> void Reflect(Image< T >& input, string axis, Image< T >& output); 00019 template<class T> void Reflect(Image< T >& input, string axis); 00027 #endif