|
virtual Result< FSDKError > | estimate (const Image &image, const Detection &detection, const Landmarks5 &landmarks5, LivenessOneShotRGBEstimation &estimation, float qualityThreshold=-1.f) const noexcept=0 |
| OneShot RGB Liveness estimation.
|
|
virtual Result< FSDKError > | estimate (Span< const Image > images, Span< const Detection > detections, Span< const Landmarks5 > landmarks5, Span< LivenessOneShotRGBEstimation > estimations, float qualityThreshold=-1.f, LivenessOneShotRGBEstimation *aggregation=nullptr) const noexcept=0 |
| OneShot RGB Liveness estimation.
|
|
virtual Result< FSDKError > | validate (Span< const Image > images, Span< const Detection > detections, Span< const Landmarks5 > landmarks5, Span< Result< FSDKError > > errors) const noexcept=0 |
| Validate input of multiple frames in a single function call.
|
|
virtual int32_t | retain () noexcept=0 |
| Increase strong reference count.
|
|
virtual int32_t | retainLocked () noexcept=0 |
| Increase strong reference count thread safely.
|
|
virtual int32_t | release () noexcept=0 |
| Decrease strong reference count.
|
|
virtual int32_t | getRefCount () const noexcept=0 |
| Get actual strong reference count.
|
|
virtual int32_t | retainWeak () noexcept=0 |
| Increase weak reference count.
|
|
virtual int32_t | releaseWeak () noexcept=0 |
| Decrease weak reference count.
|
|
virtual int32_t | getWeakRefCount () const noexcept=0 |
| Get actual weak reference count.
|
|
OneShot RGB Liveness estimator interface.
- Note
- This estimator is designed for liveness detection.