# Face and Person Detection in Images

> Face and person detection, alignment, embeddings, open-set recognition and application-specific calibration of match and non-match errors.

- Author: Muhammet Ali Köker
- Language: en
- Canonical: https://alikoker.com.tr/en/face-and-person-detection-in-images
- Translation: https://alikoker.com.tr/goruntude-yuz-algilama
- Published: 2022-01-04T11:12:45+03:00
- Modified: 2026-08-31T22:21:00+03:00
- Verified: 2026-08-31T22:07:00+03:00
- Type: article

Face detection, person detection and face recognition are related but distinct tasks. Detection locates a face or person, while recognition evaluates identity similarity between an observed face and stored representations.

## Detection and alignment

Haar cascades and HOG-based methods historically provided low-cost solutions. Modern learned detectors are more robust to changes in pose, scale and occlusion.

Facial landmarks can align the eyes, nose and mouth before recognition, reducing variation caused by crop position and head pose.

## Embedding-based recognition

A recognition network maps the aligned face to an [embedding](/en/wiki/embedding). Samples of the same identity are encouraged to lie close together, while different identities are separated. Open-set systems must also support a no-match decision for people not enrolled in the database.

[Face detection](/en/wiki/face-detection) quality constrains every later stage. Poor cropping or alignment can shift the resulting embedding.

## Evaluation

False-match and false-non-match rates should be interpreted together with the decision threshold. Camera type, pose, illumination, age and data distribution can affect these rates. Access control and data minimisation are also architectural requirements for identity-processing systems.

## Cite This Work

Köker, M. A. (2022). Face and Person Detection in Images. alikoker.com.tr. https://alikoker.com.tr/en/face-and-person-detection-in-images

- BibTeX: https://alikoker.com.tr/en/face-and-person-detection-in-images.bib
- RIS: https://alikoker.com.tr/en/face-and-person-detection-in-images.ris
- CSL-JSON: https://alikoker.com.tr/en/face-and-person-detection-in-images.csl.json
