Skip to content

[6.8.2] - Release Notes

In this version the function of calculating similarity between two biometric patterns has been improved. The generation of the templateRaw has also been improved, making adjustments that reduce the number of errors when extracting patterns. In the rest-api service, it is allowed to configure boot parameters through a config.json and provide alternative paths to the info files generated by the SDK.

Added

  • Rest-Api service accepts an external config.json file with webserver startup details.
  • Rest-Api service accepts user path for USAGE_PATH and DEBUG_PATH.

Improved

  • SelphIDFacialAuthenticationResult::GetSimilarity() doesn't saturate in 1.0 extreme.
  • Facial TemplateRaw reduces pattern extraction failures.

Fixed

  • C++ rest api service limits to 4 the number of decimal positions in response JSONs.