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