What is a Biometric Template?
A biometric template is the compact, feature‑based representation that’s produced from a biometric sample (face landmarks, fingerprint minutiae, iris codes, voice features). Templates enable fast, privacy‑preserving matching without storing raw images. They’re created at enrollment, compared during verification/identification, and protected like the sensitive assets they are.
Good templates are non‑invertible (you can’t rebuild a face from them) and versioned by extractor so you know how they were produced. Store them encrypted, segregate from raw data, restrict access by role, and log every operation. When algorithms improve, plan for template migration or multi‑version support.