Go to the documentation of this file.00001
00022 #ifndef FINDIRISCIRCLE_H
00023 #define FINDIRISCIRCLE_H
00024
00025 #include "cv.h"
00026
00030 class FindIrisCircle
00031 {
00032 public:
00033
00043 static void doDetect(IplImage *img, int rPupil, int uIrisRadius, int* destVal);
00044
00054 static CvPoint getOriginPoints(CvPoint xyPupil, CvPoint xyIris, CvPoint setPt, int val, int dataType);
00055 };
00056 #endif // !FINDIRISCIRCLE_H
00057