Face Engine SDK  5.14.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::IDetector Member List

This is the complete list of members for fsdk::IDetector, including all inherited members.

detect(Span< const Image > images, Span< const Rect > ROIs, uint32_t perImageNum, DetectionType type=DT_BBOX) noexcept=0fsdk::IDetectorpure virtual
detectAsync(Span< const Image > images, Span< const Rect > rectangles, uint32_t perImageNum, DetectionType type=DT_BBOX) const =0fsdk::IDetectorpure virtual
detectOne(const Image &image, const Rect &rect, DetectionType type=DT_BBOX) noexcept=0fsdk::IDetectorpure virtual
FaceBatchFuture typedef (defined in fsdk::IDetector)fsdk::IDetector
FaceBatchResult typedeffsdk::IDetector
getRefCount() const noexcept=0fsdk::IRefCountedpure virtual
getWeakRefCount() const noexcept=0fsdk::IRefCountedpure virtual
redetect(Span< const Image > images, Ref< IFaceDetectionBatch > detectionBatch, DetectionType type=DT_BBOX) noexcept=0fsdk::IDetectorpure virtual
redetect(Span< const Image > images, Span< Span< const Detection >> detections, DetectionType type=DT_BBOX) noexcept=0fsdk::IDetectorpure virtual
redetectAsync(Span< const Image > images, IFaceDetectionBatchPtr detectionBatch, DetectionType type=DT_BBOX) const =0fsdk::IDetectorpure virtual
redetectOne(const Image &image, const Detection &detection, DetectionType type=DT_BBOX) noexcept=0fsdk::IDetectorpure virtual
release() noexcept=0fsdk::IRefCountedpure virtual
releaseWeak() noexcept=0fsdk::IRefCountedpure virtual
retain() noexcept=0fsdk::IRefCountedpure virtual
retainLocked() noexcept=0fsdk::IRefCountedpure virtual
retainWeak() noexcept=0fsdk::IRefCountedpure virtual
setCustomDetectionComparer(const IDetectionComparer *comparer) noexcept=0fsdk::IDetectorpure virtual
setDetectionComparer(DetectionComparerType comparerType) noexcept=0fsdk::IDetectorpure virtual
validate(Span< const Image > images, Span< Span< const Detection >> detections, Span< Span< Result< FSDKError >>> errors) const noexcept=0fsdk::IDetectorpure virtual
validate(Span< const Image > images, Span< const Rect > rects, uint32_t detectionPerImageNum, Span< Result< FSDKError >> outErrors) const noexcept=0fsdk::IDetectorpure virtual
validate(Span< const Image > images, Ref< IFaceDetectionBatch > detectionBatch, Span< Result< FSDKError >> outErrors) const noexcept=0fsdk::IDetectorpure virtual