L4T Multimedia API Reference

27.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::Ext::IFaceDetectResult Class Referenceabstract

Detailed Description

Exposes the image rect and confidence level of face detect result object returned by IFaceDetectMetadata.

Definition at line 152 of file FaceDetect.h.

Inheritance diagram for Argus::Ext::IFaceDetectResult:
Collaboration diagram for Argus::Ext::IFaceDetectResult:

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 ()
 

Constructor & Destructor Documentation

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

Definition at line 172 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 155 of file FaceDetect.h.


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