Eye estimator interface.
More...
#include <IEyeEstimator.h>
Eye estimator interface.
- Note
- This estimator is designed to work with a person face image; you should pass a warped face detection image.
- See Also
- IWarper for details. Eye estimator detects:
- eyes state;
- landmarks describing iris.
-
EyesEstimation for output details
Estimate the attributes.
- Parameters
-
[in] | warp | image with warped face. |
[in] | eyeRects | EyeCropper::EyesRects structure with valid rectangle coordinates of each eye. |
[out] | eyesEstimation | Estimation of both eyes. Iris and Eyelid output landmarks are in warpedImage coordinates. If you want them in source of warpedImage image coordinates, use IWarper::unwarp |
- See Also
- IWarper::unwarp.
- Returns
- Result with error code.
- See Also
- EyesEstimation, EyeCropper::EyesRects, Image, Result and FSDKError for details.
- Note
- warp format must be R8G8B8,
- See Also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
Estimate the attributes of multiple warped images in a single estimate function call.
- Parameters
-
[in] | warps | span of images with warped faces. |
[in] | eyeRects | span of EyesRects structure of corresponding warped image with valid rectangle coordinates of each eye. |
[out] | eyesEstimations | span of EyesEstimation of corresponding warped images. Iris and Eyelid output landmarks are in warpedImage coordinates. If you want them in source of warpedImage image coordinates, use IWarper::unwarp |
- See Also
- IWarper::unwarp.
- Returns
- Result with error code.
- See Also
- Span, EyesEstimation, EyeCropper::EyesRects, Image, Result and FSDKError for details.
- Note
- warps format must be R8G8B8,
- 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 images with warped faces. |
[in] | eyeRects | span of EyesRects structure of corresponding warped image with valid rectangle coordinates of each eye. |
[out] | errors | output span of errors for each image. |
- Returns
- Result with error code.
- See Also
- Span, EyeCropper::EyesRects, Image, Result and FSDKError for details.
- Note
- warps format must be R8G8B8,
- 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: