Go to the documentation of this file.00001
00021 #ifndef ROTATEIRIS_H
00022 #define ROTATEIRIS_H
00023
00024 #include "cv.h"
00025
00026 class RotateIris
00027 {
00028 public:
00030
00039 static IplImage* doRotate(IplImage* img, CvPoint xyIris, int rIris, double angle);
00040
00042
00049 static IplImage* rotate(IplImage* eyeImg, double angle);
00050 };
00051 #endif