Infra red liveness estimator interface.
More...
#include <ILivenessIREstimator.h>
Infra red liveness estimator interface.
- Note
- This estimator is designed for face analysis using infra red facial warp (8-bit 1 channel) image.
- See Also
- IWarper for details.
Check whether or not infrared warp corresponds to the real person.
- Parameters
-
[in] | irWarp | infra red face warp. |
[out] | irEstimation. | |
- Returns
- Error code
- See Also
- FSDKError for details.
Check whether or not array of infrared warps corresponds to the real person.
- Parameters
-
[in] | irWarps | array of infra red face warps. |
[out] | irEstimation | array of ir-estimations |
- Returns
- Error code
- See Also
- FSDKError for details.
Validate input of multiple frames in a single function call.
- Parameters
-
[in] | images | warps span |
[out] | errors | output span of errors for each image. |
- Returns
- Error code;
- See Also
- FSDKError for details.
- Note
- all spans should be based on user owned continuous collections.
The documentation for this struct was generated from the following file: