#include <FindEyelidMix.h>
Static Public Member Functions | |
static IplImage * | doFindPoints (IplImage *iplImg, int xPupil, int yPupil, int rPupil, int xIris, int yIris, int rIris, int *ellipseVal, double *angleVal, int dataType) |
Eyelids curve detection class.
IplImage * FindEyelidMix::doFindPoints | ( | IplImage * | iplImg, |
int | xPupil, | ||
int | yPupil, | ||
int | rPupil, | ||
int | xIris, | ||
int | yIris, | ||
int | rIris, | ||
int * | ellipseVal, | ||
double * | angleVal, | ||
int | dataType | ||
) | [static] |
Detects eyelid top/botton curves and left/right corners using Hough Transform and Contour points.
iplImg | Input image |
xPupil | Pupil center X |
yPupil | Pupil center Y |
rPupil | Pupil's radius |
xIris | Iris center X |
yIris | Iris center Y |
rIris | Iris' radius |
ellipseVal | Return values in which to store the eyelid information |
angleVal | Return values in which to store the eyelid orientation |
dataType | Valid dataType values:
|