Libargus API
Libargus Camera API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions
Argus::Ext::IFaceDetectResult Class Reference

Interface to the properties of a single face detection result. More...

#include <FaceDetect.h>

Inheritance diagram for Argus::Ext::IFaceDetectResult:
Argus::Interface Argus::NonCopyable

List of all members.

Public Member Functions

virtual Rectangle< float > getRect () const =0
virtual float getConfidence () const =0

Static Public Member Functions

static const InterfaceIDid ()

Protected Member Functions

 ~IFaceDetectResult ()
- Protected Member Functions inherited from Argus::Interface
 Interface ()
 ~Interface ()

Detailed Description

Interface to the properties of a single face detection result.

Definition at line 150 of file FaceDetect.h.


Constructor & Destructor Documentation

Argus::Ext::IFaceDetectResult::~IFaceDetectResult ( )
inlineprotected

Definition at line 170 of file FaceDetect.h.


Member Function Documentation

virtual float Argus::Ext::IFaceDetectResult::getConfidence ( ) const
pure virtual
Returns:
the confidence level of the result. This confidence is in the range [0, 1], where 1 is the highest confidence. For a typical application that highlights faces in a scene, filtering results to ignore those with a confidence less than 0.5 is suggested.
virtual Rectangle<float> Argus::Ext::IFaceDetectResult::getRect ( ) const
pure virtual
Returns:
the normlized coordinates of the region containing the face, relative to the uncropped image sensor mode size.
static const InterfaceID& Argus::Ext::IFaceDetectResult::id ( )
inlinestatic

Definition at line 153 of file FaceDetect.h.


The documentation for this class was generated from the following file: