Release notes for Face Verification 13.x
You may subscribe for newsletters to receive notifications about the released updates.
See also the list of release notes for previous versions.
June 23, 2023
Product revision number: 20230623
Fixes:
- Fixed IcaoWarningFilter error which would not allow to set certain combinations of warnings to ignore.
June 9, 2023
Product revision number: 20230609
The first release of Face Verification 13.1 SDK.
Algorithms-related changes:
- Added age estimation.
- Added new ICAO warnings with corresponding threhold setters/getters (Occlusion, Resolution, MotionBlur, CompressionArtifacts, Overexposure, Underexposure, Glasses, Hat).
New features:
- The new ICAO warnings can only be accessed using the new IcaoWarningsExtended enum and corresponding functions (the old ones are deprecated and will be removed in the future).
- Added basic tutorials for C, C#, Java and Android.
Fixes:
- Fixed a number of minor bugs and issues.
Updates and improvements:
- Average liveness score is now returned in the final result.
- Check Liveness operation can now be used with only ICAO check enabled.
- IcaoWarningFilter now only accepts positional ICAO warnings (via new enum).
- Lots of minor quality of life updates.
April 11, 2023
Product revision number: 20230411
Fixes:
- Fixed a number of minor bugs and issues.
February 2, 2023
Product revision number: 20230201
The first release of Face Verification 13.0 SDK.
Algorithms-related changes:
-
Face liveness check:
- New presentation attack detection (PAD) algorithm, which has achieved Level 1 certification by iBeta laboratory in compliance with the requirements of the ISO/IEC 30107-3 standard.
- New MoveBack action available.
New features:
- PassiveLivenessSensitivityThreshold and PassiveLivenessQualityThreshold properties.
- IcaoWarningFilter property, which specifies what warnings to ignore.
- New statuses (MotionBlur, CompressionArtifacts, TooFar, TooClose).
- JPEG 2000 token image getter from result.
Fixes:
- Fixed a number of minor bugs and issues.
Updates and improvements:
- Removed upper limit for the Matching Threshold.
- Free ReextractTemplate and ReextractTemplateFromImage operations.