CVSep 16, 2015

An Improved Algorithm for Eye Corner Detection

arXiv:1509.04887v23 citations
AI Analysis

This is an incremental improvement for computer vision applications like facial recognition.

The paper tackles eye corner detection by modifying the Santos and Proenka method, achieving results tested on Yale, JAFFE, and a custom database.

In this paper, a modified algorithm for the detection of nasal and temporal eye corners is presented. The algorithm is a modification of the Santos and Proenka Method. In the first step, we detect the face and the eyes using classifiers based on Haar-like features. We then segment out the sclera, from the detected eye region. From the segmented sclera, we segment out an approximate eyelid contour. Eye corner candidates are obtained using Harris and Stephens corner detector. We introduce a post-pruning of the Eye corner candidates to locate the eye corners, finally. The algorithm has been tested on Yale, JAFFE databases as well as our created database.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes