Depth estimator interface.
More...
#include <ILivenessDepthEstimator.h>
Depth estimator interface.
- Note
- This estimator is designed for face analysis using depth map. It works with 16 bit depth map of face warp.
- See Also
- IWarper for details.
Check whether or not depth map corresponds to the real person.
- Parameters
-
- Returns
- ResultValue with error code inside.
Check whether or not depth map corresponds to the real person.
- Parameters
-
[in] | depth | warped depth image with R16 format. |
- Returns
- ResultValue with error code and score of estimation.
- Note
- estimation score normalized between 0.0 and 1.0, where 1.0 equals to 100% confidence that person on image is alive, and 0.0 equals to 0%.
fsdk::ILivenessDepthEstimator::FSDK_DEPRECATED |
( |
"setRange is deprecated since v3.8. |
8, |
|
|
please configure depth estimator""via faceengine.conf file instead" |
|
|
) |
| const |
|
pure virtualnoexcept |
Set depth range for estimator.
- Parameters
-
- See Also
- DepthRange.
- Returns
- true if range was set, otherwise - false.
- Note
- if !range.isOk() range is not set.
The documentation for this struct was generated from the following file: