Skip to content

[6.16.0] - Release Notes

This release includes an improved facial extraction engine, which resolves the issue of calculating the biometric pattern in some previously cropped images. A couple of new versions of the Dockerized services have also been added.

Added

  • New C++ rest-api services.
  • selphid-sdk-rest-api:gpu. With support for GPU in liveness engine.
  • selphid-sdk-rest-api:liveness_1st. With liveness experimental engine.
  • New C++ rest-api endpoint GET:/config to obtain service and sdk configuration.

Improved

  • New facial extraction engine that solves the problem of calculating the biometric pattern in cropped images.
  • New error values added to SelphIDIdentifier::EnrollWithExtractionResult() and SelphIDIdentifier::EnrollWithFacialTemplate().
  • GALLERY_ID_NOT_EXISTS -1.
  • TEMPLATE_ID_ALREADY_EXISTS -2.
  • TEMPLATE_ID_EMPTY -3.

Changed

  • Internal minimum IOD (interocular distance) has been reduced from 30px to 20px.