For the complete documentation index, see llms.txt. This page is also available as Markdown.

6.15.0

This version has improved the passive liveness check engine, detecting occlusions in the mouth and eyes. It also includes a quality filter, which discards images below a specified threshold. Support for 1:N searches has also been improved, preventing two biometric patterns from sharing the same templateID.

Added

  • New SelphIDIdentifier::RemoveWithTemplateID().

  • New Endpoint identify/removeid/{galleryId}/{templateId}.

  • New FacialLivenessDiagnostic::NoneBecauseEyesOccluded.

  • New C++ rest-api services.

    • selphid-sdk-rest-api:facial. With biometric support, 1:1 and 1:N.

    • selphid-sdk-rest-api:liveness. With liveness check support.

Improved

  • The liveness check engine has improved support for poor-quality images and mouth/eye occlusions.

  • 1:N galleries do not accept duplicate template identifiers.

Fixed

  • Problem extracting the biometric pattern from documents with multiple faces.

  • TemplateRaw cropping when using tokenized images with ExtractFacialWithRawTemplate().

Last updated