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

Rotation.h

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