Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
|
This is the complete list of members for fsdk::IHumanDetector, including all inherited members.
detect(Span< const Image > images, Span< const Rect > rects, uint32_t detectionPerImageNum, HumanDetectionType type=HDT_BOX) const noexcept=0 | fsdk::IHumanDetector | pure virtual |
detectOne(const Image &image, const Rect &rect, HumanDetectionType type=HDT_BOX) const noexcept=0 | fsdk::IHumanDetector | pure virtual |
getRefCount() const noexcept=0 | fsdk::IRefCounted | pure virtual |
getWeakRefCount() const noexcept=0 | fsdk::IRefCounted | pure virtual |
redetect(Span< const Image > images, Ref< IHumanDetectionBatch > detectionBatch, HumanDetectionType type=HDT_BOX) const noexcept=0 | fsdk::IHumanDetector | pure virtual |
redetect(Span< const Image > images, Span< Span< const Detection >> detections, HumanDetectionType type=HDT_BOX) const noexcept=0 | fsdk::IHumanDetector | pure virtual |
redetectOne(const Image &image, const Detection &detection, HumanDetectionType type=HDT_BOX) const noexcept=0 | fsdk::IHumanDetector | pure virtual |
release() noexcept=0 | fsdk::IRefCounted | pure virtual |
releaseWeak() noexcept=0 | fsdk::IRefCounted | pure virtual |
retain() noexcept=0 | fsdk::IRefCounted | pure virtual |
retainLocked() noexcept=0 | fsdk::IRefCounted | pure virtual |
retainWeak() noexcept=0 | fsdk::IRefCounted | pure virtual |
validate(Span< const Image > images, Span< const Rect > rects, uint32_t detectionPerImageNum, Span< Result< FSDKError >> errors) const noexcept=0 | fsdk::IHumanDetector | pure virtual |
validate(Span< const Image > images, Ref< IHumanDetectionBatch > detectionBatch, Span< Result< FSDKError >> errors) const noexcept=0 | fsdk::IHumanDetector | pure virtual |
validate(Span< const Image > images, Span< Span< const Detection >> detections, Span< Span< Result< FSDKError >>> errors) const noexcept=0 | fsdk::IHumanDetector | pure virtual |