LOGBOOK

HELP

Quiz Entry - updated: 2026.05.25

How does a watchlist-based recognition system decide that an incoming face is a "match"?

It builds a biometric template from the incoming image, compares it to every watchlist entry, computes similarity scores, raises an alert when the threshold is exceeded, and a human operator verifies it.

Image databases take the form of watchlists — structured collections of images and biometric templates the system searches for. The recognition process:

  1. The incoming image is analysed and a template created.
  2. The template is compared against all watchlist entries.
  3. Similarity scores are computed for each entry.
  4. When a score exceeds the threshold, an alert is generated.
  5. A human operator verifies the match.

Critical factors: the threshold (balances false positives vs false negatives), the watchlist size (affects performance and accuracy), and image quality (decisive for template quality).

Tip: The threshold is a dial between two failure modes — set it low and you flag innocents (false positives); set it high and you miss real targets (false negatives). There's no setting that eliminates both.

From Quiz: PRIVACY / Device Tracking: Biometrics, RFID/NFC & E-Passports | Updated: May 25, 2026