00001 /*********************************************************/ 00022 #ifndef FIND_HIGHLIGHTS_H 00023 #define FIND_HIGHLIGHTS_H 00024 00025 #include "cv.h" 00026 //#include "highgui.h" 00027 //#include "cxcore.h" 00028 //#include "cvaux.h" 00029 #include "Masek.h" 00030 00034 class FindHighLights 00035 { 00036 public: 00037 00047 static Masek::IMAGE* removeHighLights(IplImage* eyeImg, IplImage* noiseImg, int eyelashThres, int reflectThres); 00048 }; 00049 00050 #endif // !FIND_HIGHLIGHTS_H