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] | warp | infra red image with warped face. |
[out] | irEstimation. | |
- Returns
- Result with error code.
- See Also
- IREstimation, Image, Result and FSDKError for details.
- Note
- warp format must be R8,
- See Also
- Format.
Check whether or not array of infrared warps corresponds to the real person.
- Parameters
-
[in] | warps | span of infra red images with warped faces. |
[out] | irEstimation | array of ir-estimations |
- Returns
- Result with error code.
- See Also
- Span, IREstimation, Image, Result and FSDKError for details.
- Note
- warps format must be R8,
- See Also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
Validate input of multiple frames in a single function call.
- Parameters
-
[in] | warps | span of infra red images with warped faces. |
[out] | errors | output span of errors for each image. |
- Returns
- Result with error code.
- See Also
- Span, Image, Result and FSDKError for details.
- Note
- warps format must be R8,
- See Also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
The documentation for this struct was generated from the following file: