Interface to face detection settings.
Definition at line 90 of file FaceDetect.h.
◆ ~IFaceDetectSettings()
Argus::Ext::IFaceDetectSettings::~IFaceDetectSettings |
( |
| ) |
|
|
inlineprotected |
◆ getFaceDetectEnable()
virtual bool Argus::Ext::IFaceDetectSettings::getFaceDetectEnable |
( |
| ) |
const |
|
pure virtual |
- Returns
- whether or not face detection is enabled.
◆ id()
static const InterfaceID& Argus::Ext::IFaceDetectSettings::id |
( |
| ) |
|
|
inlinestatic |
◆ setFaceDetectEnable()
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: