Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
|
This is the complete list of members for fsdk::Detection, including all inherited members.
Detection() noexcept | fsdk::Detection | inline |
Detection(FloatRect rect, float score=1.f) noexcept | fsdk::Detection | inline |
Detection(FloatRect rect, int width, int height, float score=1.f) noexcept | fsdk::Detection | inline |
Detection(FloatRect rect, Rect imageRect, float score=1.f) noexcept | fsdk::Detection | inline |
Detection(const Detection &rhs) noexcept (defined in fsdk::Detection) | fsdk::Detection | inline |
getRawRect() const noexcept | fsdk::Detection | inline |
getRect() const noexcept | fsdk::Detection | inline |
getScore() const noexcept (defined in fsdk::Detection) | fsdk::Detection | inline |
isValid() const noexcept | fsdk::Detection | inline |
operator=(const Detection &rhs) noexcept (defined in fsdk::Detection) | fsdk::Detection | inline |
setRawRect(fsdk::FloatRect rect) noexcept | fsdk::Detection | inline |
setScore(float score) noexcept | fsdk::Detection | inline |