Red eye estimator interface.
More...
#include <IRedEyeEstimator.h>
Red eye estimator interface.
- Note
- This estimator is designed to evaluate whether red eyes in a photo or not.
- See Also
- RedEyeEstimation structure for details about how exactly the estimations are reported.
Estimates whether red eyes in a photo or not.
- Parameters
-
[in] | warp | image with warped face. |
[in] | landmarks5Transformed | transformed landmarks. |
[out] | estimation | output estimation. |
- Returns
- Result with error code.
- See Also
- RedEyeEstimation, Landmarks, Image, Result and FSDKError for details.
- Note
- warp format must be R8G8B8,
- See Also
- Format.
Estimates whether red eyes in photos or not in a single function call.
- Parameters
-
[in] | warps | span of images with warped faces. |
[in] | landmarks5Transformed | span of transformed landmarks of size 5, |
- See Also
- IWarper.
- Parameters
-
[out] | estimations | output span of red eye estimations. |
- Returns
- Result with error code.
- See Also
- Span, RedEyeEstimation, Landmarks, 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.
Validates input of multiple frames in a single function call.
- Parameters
-
[in] | warps | span of images with warped faces. |
[in] | landmarks5Transformed | span of transformed landmarks, only for Validation. |
[out] | errors | output span of errors for each image. |
- Returns
- Result with error code.
- See Also
- Span, Landmarks, 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: