Finding Face Features

Abstract

We describe a computer program which understands a greyscale image of a face well enough to locate individual face features such as eyes and mouth. The program has two distinct components: modules designed to locate particular face features, usually in a restricted area; and the overall control strategy which activates modules on the basis of the current solution state, and assesses and integrates the results of each module. Our main tool is statististical knowledge obtained by detailed measurements of many example faces. We describe results when working to high accuracy, in which the aim is to locate 40 pre-specified feature points chosen for their use in indexing a mugshot database. A variant is presented designed simply to find eye locations, working at close to video rates.

Cite

Text

Craw et al. "Finding Face Features." European Conference on Computer Vision, 1992. doi:10.1007/3-540-55426-2_12

Markdown

[Craw et al. "Finding Face Features." European Conference on Computer Vision, 1992.](https://mlanthology.org/eccv/1992/craw1992eccv-finding/) doi:10.1007/3-540-55426-2_12

BibTeX

@inproceedings{craw1992eccv-finding,
  title     = {{Finding Face Features}},
  author    = {Craw, Ian and Tock, David and Bennett, Alan},
  booktitle = {European Conference on Computer Vision},
  year      = {1992},
  pages     = {92-96},
  doi       = {10.1007/3-540-55426-2_12},
  url       = {https://mlanthology.org/eccv/1992/craw1992eccv-finding/}
}