Interface to denoise settings.
Definition at line 623 of file Settings.h.
◆ ~IDenoiseSettings()
Argus::IDenoiseSettings::~IDenoiseSettings |
( |
| ) |
|
|
inlineprotected |
◆ getDenoiseMode()
virtual DenoiseMode Argus::IDenoiseSettings::getDenoiseMode |
( |
| ) |
const |
|
pure virtual |
Returns the denoise mode for the request.
◆ getDenoiseStrength()
virtual float Argus::IDenoiseSettings::getDenoiseStrength |
( |
| ) |
const |
|
pure virtual |
Returns the denoise strength.
◆ id()
static const InterfaceID& Argus::IDenoiseSettings::id |
( |
| ) |
|
|
inlinestatic |
◆ setDenoiseMode()
virtual Status Argus::IDenoiseSettings::setDenoiseMode |
( |
const DenoiseMode & |
mode | ) |
|
|
pure virtual |
Sets the denoise (noise reduction) mode for the request.
- Parameters
-
[in] | mode | The denoise mode: OFF: Denoise algorithms are disabled. FAST: Noise reduction will be enabled, but it will not slow down the capture rate. HIGH_QUALITY: Maximum noise reduction will be enabled to achieve the highest quality, but may slow down the capture rate. |
- Returns
- success/status of the call.
◆ setDenoiseStrength()
virtual Status Argus::IDenoiseSettings::setDenoiseStrength |
( |
float |
strength | ) |
|
|
pure virtual |
Sets the strength for the denoise operation.
- Parameters
-
[in] | strength | The denoise strength. This must be within the range [0.0, 1.0], where 0.0 is the least and 1.0 is the most amount of noise reduction that can be applied. This denoise strength is relative to the current noise reduction mode; using a FAST denoise mode with a full strength of 1.0 may not perform as well as using a HIGH_QUALITY mode with a lower relative strength. |
- Returns
- success/status of the call.
The documentation for this class was generated from the following file: