![]() |
Face Engine SDK
5.25.0
A face detection, recognition and tracking engine.
|
MedicalMask estimator interface. More...
#include <IMedicalMaskEstimator.h>
Public Member Functions | |
| virtual Result< FSDKError > | estimate (const Image &warp, MedicalMaskEstimation &estimation) const noexcept=0 |
| Estimate MedicalMask probabilities. | |
| virtual Result< FSDKError > | estimate (const Image &warp, MedicalMaskEstimationExtended &estimation) const noexcept=0 |
| Estimate MedicalMask probabilities. | |
| virtual Result< FSDKError > | estimate (const Image &image, const Detection &detection, MedicalMaskEstimation &estimation) const noexcept=0 |
| Estimate MedicalMask probabilities. | |
| virtual Result< FSDKError > | estimate (const Image &image, const Detection &detection, MedicalMaskEstimationExtended &estimation) const noexcept=0 |
| Estimate MedicalMask probabilities. | |
| virtual Result< FSDKError > | estimate (Span< const Image > warps, Span< MedicalMaskEstimation > estimations) const noexcept=0 |
| Estimate Medical Mask probabilities. | |
| virtual Result< FSDKError > | estimate (Span< const Image > warps, Span< MedicalMaskEstimationExtended > estimations) const noexcept=0 |
| Estimate Medical Mask probabilities. | |
| virtual Result< FSDKError > | estimate (Span< const Image > images, Span< const Detection > detections, Span< MedicalMaskEstimation > estimations) const noexcept=0 |
| Estimate Medical Mask probabilities. | |
| virtual Result< FSDKError > | estimate (Span< const Image > images, Span< const Detection > detections, Span< MedicalMaskEstimationExtended > estimations) const noexcept=0 |
| Estimate Medical Mask probabilities. | |
| virtual Result< FSDKError > | validate (Span< const Image > warps, Span< Result< FSDKError >> errors) const noexcept=0 |
| Validate input of multiple frames in a single function call. | |
| virtual Result< FSDKError > | validate (Span< const Image > images, Span< const Detection > detections, Span< Result< FSDKError >> errors) const noexcept=0 |
| Validate input of multiple frames in a single function call. | |
MedicalMask estimator interface.
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | const Image & | warp, |
| MedicalMaskEstimation & | estimation | ||
| ) | const [pure virtual] |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | const Image & | warp, |
| MedicalMaskEstimationExtended & | estimation | ||
| ) | const [pure virtual] |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | const Image & | image, |
| const Detection & | detection, | ||
| MedicalMaskEstimation & | estimation | ||
| ) | const [pure virtual] |
Estimate MedicalMask probabilities.
| [in] | image | source image. |
| [in] | detection | detection coordinates in image space. |
| [out] | estimation | estimation results. |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | const Image & | image, |
| const Detection & | detection, | ||
| MedicalMaskEstimationExtended & | estimation | ||
| ) | const [pure virtual] |
Estimate MedicalMask probabilities.
| [in] | image | source image. |
| [in] | detection | detection coordinates in image space. |
| [out] | estimation | estimation results. |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | Span< const Image > | warps, |
| Span< MedicalMaskEstimation > | estimations | ||
| ) | const [pure virtual] |
Estimate Medical Mask probabilities.
| [in] | warps | span of images with warped faces. |
| [out] | estimations | span of estimations. |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | Span< const Image > | warps, |
| Span< MedicalMaskEstimationExtended > | estimations | ||
| ) | const [pure virtual] |
Estimate Medical Mask probabilities.
| [in] | warps | span of images with warped faces. |
| [out] | estimations | span of estimations. |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | Span< const Image > | images, |
| Span< const Detection > | detections, | ||
| Span< MedicalMaskEstimation > | estimations | ||
| ) | const [pure virtual] |
Estimate Medical Mask probabilities.
| [in] | images | span of source images. |
| [in] | detections | span of detection coordinates in corresponding source images space. |
| [out] | estimations | span of estimations. |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::estimate | ( | Span< const Image > | images, |
| Span< const Detection > | detections, | ||
| Span< MedicalMaskEstimationExtended > | estimations | ||
| ) | const [pure virtual] |
Estimate Medical Mask probabilities.
| [in] | images | span of source images; |
| [in] | detections | span of detection coordinates in corresponding source images space. |
| [out] | estimations | span of estimations; |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::validate | ( | Span< const Image > | warps, |
| Span< Result< FSDKError >> | errors | ||
| ) | const [pure virtual] |
Validate input of multiple frames in a single function call.
| [in] | warps | span of images with warped faces. |
| [out] | errors | output span of errors for each image. |
| virtual Result<FSDKError> fsdk::IMedicalMaskEstimator::validate | ( | Span< const Image > | images, |
| Span< const Detection > | detections, | ||
| Span< Result< FSDKError >> | errors | ||
| ) | const [pure virtual] |
Validate input of multiple frames in a single function call.
| [in] | images | span of source images. |
| [in] | detections | span of detection coordinates in corresponding source images space. |
| [out] | errors | output span of errors for each image. |