Face Engine SDK  4.7.0
A face detection, recognition and tracking engine.
fsdk::IDetector Member List

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

detect(const Span< const Image > images, const Span< const Rect > rectangles, int detectionPerImageNum, DetectionType type=dtBBox) noexcept=0fsdk::IDetectorpure virtual
detectOne(const Image &image, const Rect &rect, DetectionType type=dtBBox) noexcept=0fsdk::IDetectorpure virtual
estimateOrientation(const Image &image) noexcept=0fsdk::IDetectorpure virtual
FSDK_DEPRECATED("This call is deprecated since v.3.9.3. Consider " "redetect(\n" "\tconst Span<Face>& faces,\n" "\tDetectionType type,\n" "\tconst Span<Result<FSDKError>>& outErrors) call.\n") redetect(const Span< Face > &facesfsdk::IDetectorvirtual
getRefCount() const noexcept=0fsdk::IRefCountedpure virtual
getWeakRefCount() const noexcept=0fsdk::IRefCountedpure virtual
outErrors (defined in fsdk::IDetector)fsdk::IDetector
redetect(const fsdk::Span< fsdk::Face > &faces, fsdk::DetectionType type, const fsdk::Span< fsdk::Result< fsdk::FSDKError >> &outErrors) noexcept=0fsdk::IDetectorpure virtual
redetectOne(Face &face, DetectionType type=dtBBox) noexcept=0fsdk::IDetectorpure virtual
redetectOne(const fsdk::Image &image, const fsdk::FloatRect &rect, fsdk::DetectionType type=fsdk::dtBBox) noexcept=0fsdk::IDetectorpure virtual
release() noexcept=0fsdk::IRefCountedpure virtual
releaseWeak() noexcept=0fsdk::IRefCountedpure virtual
retain() noexcept=0fsdk::IRefCountedpure virtual
retainWeak() noexcept=0fsdk::IRefCountedpure virtual
setCustomDetectionComparer(const IDetectionComparer *comparer) noexcept=0fsdk::IDetectorpure virtual
setDetectionComparer(DetectionComparerType comparerType) noexcept=0fsdk::IDetectorpure virtual
type (defined in fsdk::IDetector)fsdk::IDetector