Jetson Linux API Reference

32.7.3 Release

Detailed Description

Interface to the properties of a single face detection result.

Definition at line 150 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

◆ ~IFaceDetectResult()

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

Definition at line 170 of file FaceDetect.h.

Member Function Documentation

◆ getConfidence()

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.

◆ getRect()

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.

◆ id()

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: