#include <FindHighLights.h>
Static Public Member Functions | |
| static Masek::IMAGE * | removeHighLights (IplImage *eyeImg, IplImage *noiseImg, int eyelashThres, int reflectThres) |
Eyelash and reflection detection class.
| Masek::IMAGE * FindHighLights::removeHighLights | ( | IplImage * | eyeImg, |
| IplImage * | noiseImg, | ||
| int | eyelashThres, | ||
| int | reflectThres | ||
| ) | [static] |
Removes eyelashes and reflections on the iris region.
| eyeImg | Input Image |
| noiseImg | Input image marked with noise |
| eyelashThres | Threshold value for eyelashes |
| reflectThres | Threshold value for reflections |
1.7.2