jmgomezpoveda / JGaze

Gaze library in Java
1 stars 1 forks source link

The ROI of the eyes is not correct under low light #21

Closed jmgomezpoveda closed 11 years ago

jmgomezpoveda commented 11 years ago

The position of the detected face depends on the part of the face that receives the light.

Proportions should ideally depend on features, or history, rather than the detected Haar/LBP position, especially if no eyes were detected in the expected ROI.

Should we have a backup ROI dependent on the previous location of the eyes, or just use the whole face in that case?

jmgomezpoveda commented 11 years ago

With the new hierarchical approach on the ROI, this is not as likely to happen. This item will be closed, and might be reopened of the bug is reproduced.