Request settings used to configure face detection.
More...
#include <FaceDetect.h>
List of all members.
Detailed Description
Request settings used to configure face detection.
Definition at line 79 of file FaceDetect.h.
Constructor & Destructor Documentation
Argus::Ext::IFaceDetectSettings::~IFaceDetectSettings |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
virtual bool Argus::Ext::IFaceDetectSettings::getFaceDetectEnable |
( |
| ) |
const |
|
pure virtual |
- Returns:
- whether or not face detection is enabled.
static const InterfaceID& Argus::Ext::IFaceDetectSettings::id |
( |
| ) |
|
|
inlinestatic |
virtual void Argus::Ext::IFaceDetectSettings::setFaceDetectEnable |
( |
bool |
enable | ) |
|
|
pure virtual |
Enables or disables face detection.
When face detection is enabled the CaptureMetadata returned by completed captures will expose the IFaceDetectMetadata interface and the FaceDetectResults returned by this interface will expose the IFaceDetectResults interface.
- Parameters:
-
[in] | enable | whether or not face detection is enabled. |
The documentation for this class was generated from the following file: